From kde-devel Thu Dec 18 05:52:46 2003 From: George Staikos Date: Thu, 18 Dec 2003 05:52:46 +0000 To: kde-devel Subject: Re: kdelibs/kwallet/client X-MARC-Message: https://marc.info/?l=kde-devel&m=107172717400673 On Wednesday 17 December 2003 19:50, Friedrich W. H. Kossebau wrote: > > > --- kdelibs/kwallet/client/kwallet.cc #1.40:1.41 > > > @@ -618,5 +618,5 @@ void Wallet::walletOpenResult(int id) { > > > > > > bool Wallet::folderDoesNotExist(const QString& wallet, const QString& > > > folder) { -DCOPReply r = DCOPRef("kded", > > > "kwalletd").call("fodlerDoesNotExist", wallet, folder); +DCOPReply r = > > > DCOPRef("kded", "kwalletd").call("folderDoesNotExist", wallet, folder); > > > bool rc = true; > > > > Wow nice catch! Thanks! > > Those mistakes make me wonder why noone seems to use > #define SomeIDString "important" > or > static const char const* SomeIDString = "Important"; Do you realise that you can make typos there too? It's not really any more useful, honestly. -- George Staikos KDE Developer http://www.kde.org/ Staikos Computing Services Inc. http://www.staikos.net/ >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<