[Knode-devel] [Bug 63613] unable to write the group file list

Roberto Teixeira maragato at kde.org
Wed Nov 19 21:03:52 CET 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=63613     
maragato at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From maragato at kde.org  2003-11-19 21:03 -------
Subject: kdepim/knode

CVS commit by maragato: 

One more wrong locateLocal... I thought I had fixed all of them. Oh well :-/

Thanks to Richard Lärkäng <nouseforaname at home.se> for finding it.

CCMAIL: 63613-done at bugs.kde.org


  M +1 -1      knaccountmanager.cpp   1.33


--- kdepim/knode/knaccountmanager.cpp  #1.32:1.33
@@ -136,5 +136,5 @@ bool KNAccountManager::newAccount(KNNntp
   a->setId(id);
 
-  dir = locateLocal("data","knode/") + QString("nntp.%1/").arg(a->id());
+  dir = locateLocal("data",QString("knode/nntp.%1/").arg(a->id()));
   if (!dir.isNull()) {
     accList->append(a);


More information about the Knode-devel mailing list