[Knode-devel] kdepim/knode
Roberto Selbach Teixeira
maragato at kde.org
Wed Nov 19 21:03:18 CET 2003
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