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

List:       kde-commits
Subject:    kdelibs/kio/kio
From:       David Faure <faure () kde ! org>
Date:       2005-04-12 22:31:30
Message-ID: 20050412223130.022A23C3 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Don't call KDirWatch for remote urls, fixes a runtime warning when reloading a FTP url.


  M +1 -1      kdirlister_p.h   1.38


--- kdelibs/kio/kio/kdirlister_p.h  #1.37:1.38
@@ -240,5 +240,5 @@ private:
       if ( autoUpdates )
       {
-        if ( KDirWatch::exists() )
+        if ( KDirWatch::exists() && url.isLocalFile() )
           kdirwatch->removeDir( url.path() );
         sendSignal( false, url );


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

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