[PC-BSD Commits] r6153 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 2 07:44:04 PST 2010
Author: kris
Date: 2010-02-02 07:44:04 -0800 (Tue, 02 Feb 2010)
New Revision: 6153
Modified:
pcbsd/trunk/SysInstaller/dialogSelectNet.cpp
Log:
Fixed bug when no internet connection is detected, auto-enable the specify your own boxes
Modified: pcbsd/trunk/SysInstaller/dialogSelectNet.cpp
===================================================================
--- pcbsd/trunk/SysInstaller/dialogSelectNet.cpp 2010-02-02 15:40:46 UTC (rev 6152)
+++ pcbsd/trunk/SysInstaller/dialogSelectNet.cpp 2010-02-02 15:44:04 UTC (rev 6153)
@@ -110,6 +110,7 @@
radioManual->setChecked(true);
radioInternet->setEnabled(false);
comboMirror->setEnabled(false);
+ radioChangedSlot();
}
}
More information about the Commits
mailing list