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

List:       kde-commits
Subject:    playground/utils/filelight/src/part
From:       Jakub Stachowski <qbast () go2 ! pl>
Date:       2010-03-14 17:56:41
Message-ID: 1268589401.840027.16684.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1103257 by qbast:

Skip list requires trailing slash in directories so make sure
that entries added in configuration dialog have it.

BUG: 224244



 M  +1 -1      settingsDialog.cpp  


--- trunk/playground/utils/filelight/src/part/settingsDialog.cpp #1103256:1103257
@@ -156,7 +156,7 @@
 
     if (!url.isEmpty())
     {
-        const QString path = url.path(KUrl::RemoveTrailingSlash);
+        const QString path = url.path(KUrl::AddTrailingSlash);
 
         if (!Config::skipList.contains(path))
         {
[prev in list] [next in list] [prev in thread] [next in thread] 

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