[PC-BSD Commits] r5626 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 16 06:35:21 PST 2009
Author: kris
Date: 2009-12-16 06:35:21 -0800 (Wed, 16 Dec 2009)
New Revision: 5626
Modified:
pcbsd/trunk/SysInstaller/sysinstaller.cpp
Log:
Small fix, make sure to hide auto-login user when doing FreeBSD install, and on the right page
Modified: pcbsd/trunk/SysInstaller/sysinstaller.cpp
===================================================================
--- pcbsd/trunk/SysInstaller/sysinstaller.cpp 2009-12-16 14:14:21 UTC (rev 5625)
+++ pcbsd/trunk/SysInstaller/sysinstaller.cpp 2009-12-16 14:35:21 UTC (rev 5626)
@@ -284,7 +284,7 @@
return;
// Check if we are doing FreeBSD install and hide a checkbox
- if ( stackWidget->currentIndex() == 4 \
+ if ( stackWidget->currentIndex() == 3 \
&& radioInstallFreeBSD->isChecked() \
&& radioInstall->isChecked() )
checkAutoLogon->setHidden(true);
More information about the Commits
mailing list