Ticket #33746: patch-core-digikam-album-albumwath.cpp.diff
File patch-core-digikam-album-albumwath.cpp.diff, 441 bytes (added by jgosmann (Jan Gosmann), 13 years ago) |
---|
-
core/digikam/album/albumwatch.cpp
old new 215 215 if (!d->dirWatch->contains(dir)) 216 216 { 217 217 d->dirWatchAddedDirs << dir; 218 d->dirWatch->addDir(dir, KDirWatch::Watch Files | KDirWatch::WatchDirOnly);218 d->dirWatch->addDir(dir, KDirWatch::WatchDirOnly); 219 219 } 220 220 } 221 221 }