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

List:       kde-commits
Subject:    KDE/kdebase/apps/kfind
From:       Darío Andrés Rodríguez <andresbajotierra () gmail ! co
Date:       2010-02-18 22:23:14
Message-ID: 1266531794.359375.14238.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1092424 by darioandres:

- Do not manually remove the rows in the treeview when deleting a file
  - Believe in KDirWatcher integration



 M  +0 -8      kfindtreeview.cpp  


--- trunk/KDE/kdebase/apps/kfind/kfindtreeview.cpp #1092423:1092424
@@ -624,10 +624,6 @@
     if ( done )
     {
         KIO::del( uris );
-        
-        //This should be done by KDirWatch integration in the main dialog, but it could fail?
-        Q_FOREACH( const KUrl & url, uris )
-            m_model->removeItem( url );
     }
 }
 
@@ -639,10 +635,6 @@
     if ( done )
     {
         KIO::trash( uris );
-
-        //This should be done by KDirWatch integration in the main dialog, but it could fail?
-        Q_FOREACH( const KUrl & url, uris )
-            m_model->removeItem( url );
     }
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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