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

List:       kde-commits
Subject:    KDE/kdepimlibs/akonadi
From:       Volker Krause <vkrause () kde ! org>
Date:       2010-11-14 16:56:47
Message-ID: 20101114165647.4863CAC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1197025 by vkrause:

Make config() and componentData().config() return the same config file.
Also fixes cleanup() trying to delete the wrong one.


 M  +1 -1      agentbase.cpp  


--- trunk/KDE/kdepimlibs/akonadi/agentbase.cpp #1197024:1197025
@@ -736,7 +736,7 @@
   if ( QCoreApplication::instance()->thread() == QThread::currentThread() )
     return KGlobal::config();
   else
-    return KSharedConfig::openConfig( identifier() );
+    return componentData().config();
 }
 
 void AgentBase::abort()
[prev in list] [next in list] [prev in thread] [next in thread] 

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