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

List:       kde-commits
Subject:    KDE/kdevplatform/plugins/filemanager
From:       Rafael Fernández López <ereslibre () kde ! org>
Date:       2007-10-04 21:15:20
Message-ID: 1191532520.963515.14159.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 721260 by ereslibre:

KDirLister openUrl parameters are now flags


 M  +1 -1      filemanager.cpp  
 M  +1 -1      kdevdirmodel.cpp  


--- trunk/KDE/kdevplatform/plugins/filemanager/filemanager.cpp #721259:721260
@@ -118,7 +118,7 @@
     {
         if (m_view->isBusy())
             return;
-        m_model->dirLister()->openUrl(url, false, true);
+        m_model->dirLister()->openUrl(url, KDirLister::Reload);
     }
 
     void goToUrl(const QString &url)
--- trunk/KDE/kdevplatform/plugins/filemanager/kdevdirmodel.cpp #721259:721260
@@ -38,5 +38,5 @@
     if (!up.isValid() || up == dirLister()->url())
         return;
 
-    dirLister()->openUrl(up, false, true);
+    dirLister()->openUrl(up, KDirLister::Reload);
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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