SVN: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp

shadzik shadzik at pld-linux.org
Tue Nov 30 14:53:59 CET 2010


Author: shadzik
Date: Tue Nov 30 14:53:59 2010
New Revision: 11914

Modified:
   PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
Log:
- clear root/swap partition selection when back was clicked (noted by vip)


Modified: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
==============================================================================
--- PLDLiveInstaller/trunk/PLDLiveInstaller.cpp	(original)
+++ PLDLiveInstaller/trunk/PLDLiveInstaller.cpp	Tue Nov 30 14:53:59 2010
@@ -1741,7 +1741,11 @@
 void PLDLiveInstaller::back()
 {
     if(currentPage() == selectPartitionsPage)
+    {
       partDescr->clear();
+      selRoot.clear();
+      selSwap.clear();
+    }
     
     KAssistantDialog::back();
 }


More information about the pld-cvs-commit mailing list