[PC-BSD Commits] r5595 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 14 09:51:19 PST 2009
Author: kris
Date: 2009-12-14 09:51:19 -0800 (Mon, 14 Dec 2009)
New Revision: 5595
Modified:
pcbsd/trunk/SysInstaller/dialogFileSystem.cpp
Log:
Fixed bug when doing custom partitioning, and swap / save button not being enabled properly
Modified: pcbsd/trunk/SysInstaller/dialogFileSystem.cpp
===================================================================
--- pcbsd/trunk/SysInstaller/dialogFileSystem.cpp 2009-12-14 17:47:03 UTC (rev 5594)
+++ pcbsd/trunk/SysInstaller/dialogFileSystem.cpp 2009-12-14 17:51:19 UTC (rev 5595)
@@ -399,7 +399,7 @@
if ( spinSize->value() <= 0)
ready = false;
- if ( lineEditMount->text().isEmpty() )
+ if ( lineEditMount->text().isEmpty() && comboDiskType->currentText() != "SWAP" )
ready = false;
if ( ! lineEditMount->text().isEmpty() \
More information about the Commits
mailing list