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

List:       kde-commits
Subject:    branches/work/kde4_kconfig/kconfig
From:       Thomas Braxton <brax108 () cox ! net>
Date:       2006-07-30 3:54:46
Message-ID: 1154231686.654428.3014.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 567775 by braxton:

use isEmpty() instead of isNull() to check for empty file name

 M  +1 -1      kconfig.cpp  


--- branches/work/kde4_kconfig/kconfig/kconfig.cpp #567774:567775
@@ -112,7 +112,7 @@
         d->localFileName = file;
     else
         d->localFileName = KStandardDirs::locate(resourceType, file);
-    if (d->localFileName.isNull())
+    if (d->localFileName.isEmpty())
         d->localFileName = KStandardDirs::locateLocal(resourceType, file);
     d->mBackend = new KConfigIniBackend;// FIXME: temporary remove when we can \
determine the correct backend  


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

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