[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/kget
From:       Helge Deller <deller () kde ! org>
Date:       2003-10-31 23:08:34
[Download RAW message or body]

CVS commit by deller: 

roaming user fix - store relative directory paths in config file


  M +2 -2      settings.cpp   1.25


--- kdenetwork/kget/settings.cpp  #1.24:1.25
@@ -162,5 +162,5 @@ Settings::load()
     QStringList strList;
 
-    strList = config->readListEntry("Items");
+    strList = config->readPathListEntry("Items");
 
     defaultDirList.clear();
@@ -263,5 +263,5 @@ void Settings::save()
         lst.append((*it).defaultDir);
     }
-    config->writeEntry("Items", lst);
+    config->writePathEntry("Items", lst);
 
     // write system options


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic