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

List:       kde-commits
Subject:    [Konversation] 1ce4bb5: roaming user fixes
From:       Helge Deller <deller () kde ! org>
Date:       2010-07-01 13:26:54
Message-ID: 20100701132654.05652BB546F () projects ! kde ! org
[Download RAW message or body]

commit 1ce4bb55205d119764f8ee54f4d63709d4b291db
Author: Helge Deller <deller@kde.org>
Date:   Fri Oct 3 18:53:46 2003 +0000

    roaming user fixes
    
    svn path=/trunk/kdeextragear-2/konversation/; revision=255971

diff --git a/konversation/konversationapplication.cpp b/konversation/konversationapplication.cpp
index 594eb8e..7286be9 100644
--- a/konversation/konversationapplication.cpp
+++ b/konversation/konversationapplication.cpp
@@ -458,8 +458,8 @@ void KonversationApplication::readOptions()
 
   // Path settings
   config->setGroup("Path Settings");
-  preferences.setLogPath(config->readEntry("LogfilePath",preferences.getLogPath()));
-  preferences.setDccPath(config->readEntry("DccPath",preferences.getDccPath()));
+  preferences.setLogPath(config->readPathEntry("LogfilePath",preferences.getLogPath()));
+  preferences.setDccPath(config->readPathEntry("DccPath",preferences.getDccPath()));
 
   // Miscellaneous Flags
   config->setGroup("Flags");
@@ -664,8 +664,8 @@ void KonversationApplication::saveOptions(bool updateGUI)
 
  // Path Settings
   config->setGroup("Path Settings");
-  config->writeEntry("DccPath",preferences.getDccPath());
-  config->writeEntry("LogfilePath",preferences.getLogPath());
+  config->writePathEntry("DccPath",preferences.getDccPath());
+  config->writePathEntry("LogfilePath",preferences.getLogPath());
 
   // Flags
   config->setGroup("Flags");
[prev in list] [next in list] [prev in thread] [next in thread] 

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