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();
 }
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to