Skip to content

Commit

Permalink
Changes: Disable watching of temp directory in DuiApplicationExtensio…
Browse files Browse the repository at this point in the history
…nManager

RevBy: Tomas, Pankaj
Details: Having a file watcher on the temp directory was having negative side
effects.
  • Loading branch information
Tomas Junnonen committed Apr 9, 2010
1 parent 0508ff4 commit 8832674
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -59,9 +59,6 @@ bool DuiApplicationExtensionManager::init()
connect(&watcher, SIGNAL(directoryChanged(const QString)), this, SLOT(updateAvailableExtensions(QString)));

watcher.addPath(APPLICATION_EXTENSION_DATA_DIR);
#ifdef TESTABLE
watcher.addPath(QDir::temp().absolutePath());
#endif

return true;
}
Expand Down

0 comments on commit 8832674

Please sign in to comment.