SVN: PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp

shadzik shadzik at pld-linux.org
Thu Dec 2 12:41:54 CET 2010


Author: shadzik
Date: Thu Dec  2 12:41:54 2010
New Revision: 11918

Modified:
   PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp
Log:
- merged with trunk
- don't copy live users settings to destitnation user
- this feature isn't welcome by some users
- noted by sajmon on forum.pld


Modified: PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp
==============================================================================
--- PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp	(original)
+++ PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp	Thu Dec  2 12:41:54 2010
@@ -1577,7 +1577,7 @@
       KAssistantDialog::next();
       KAssistantDialog::showButtonSeparator(false);
     }
- 
+/* 
     if(cont && !copySettings(".kde") && !copySettings(".config")) {
       cont = false;
       failText->setText("<html><p align=\"center\">"
@@ -1589,7 +1589,7 @@
       KAssistantDialog::next();
       KAssistantDialog::showButtonSeparator(false);
     }
-
+*/
     if(cont && !deleteLiveUser()) {
       cont = false;
       failText->setText("<html><p align=\"center\">"


More information about the pld-cvs-commit mailing list