# # # patch "src/model/InventoryWatcher.cpp" # from [ce1f7d373f8800b452b32fbdb30432fa93907cde] # to [97aa8b0436d8b7f8266607e25db57555bee4d1af] # ============================================================ --- src/model/InventoryWatcher.cpp ce1f7d373f8800b452b32fbdb30432fa93907cde +++ src/model/InventoryWatcher.cpp 97aa8b0436d8b7f8266607e25db57555bee4d1af @@ -80,7 +80,7 @@ void InventoryWatcher::watchPaths(const if (path != "/") fullPath += "/" + path; if (watchedPaths.indexOf(fullPath) != -1) continue; D(QString("adding %1").arg(fullPath)); - removePath(fullPath); + addPath(fullPath); // directories end with a slash and should keep a little longer // around, thats why we give them one additional heat point