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 );