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

List:       kde-commits
Subject:    KDE/kdemultimedia/juk
From:       Rafael Fernández López <ereslibre () kde ! org>
Date:       2007-10-04 21:11:03
Message-ID: 1191532263.119191.13752.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 721255 by ereslibre:

KDirLister openUrl parameters are now flags


 M  +2 -2      playlistcollection.cpp  


--- trunk/KDE/kdemultimedia/juk/playlistcollection.cpp #721254:721255
@@ -369,7 +369,7 @@
         for(QStringList::Iterator it = result.addedDirs.begin();
             it != result.addedDirs.end(); it++)
         {
-            m_dirLister.openUrl(KUrl::fromPath(*it), true);
+            m_dirLister.openUrl(KUrl::fromPath(*it), KDirLister::Keep);
             m_folderList.append(*it);
         }
 
@@ -828,7 +828,7 @@
     m_folderList       = config.readEntry("DirectoryList", QStringList());
 
     for(QStringList::ConstIterator it = m_folderList.begin(); it != m_folderList.end(); ++it)
-        m_dirLister.openUrl(*it, true);
+        m_dirLister.openUrl(*it, KDirLister::Keep);
 }
 
 void PlaylistCollection::saveConfig()
[prev in list] [next in list] [prev in thread] [next in thread] 

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