Fix to last commit

This commit is contained in:
Christophe Dumez
2010-10-01 20:52:53 +00:00
parent d61b9c5d4d
commit 414685910b
3 changed files with 21 additions and 0 deletions

View File

@@ -549,6 +549,10 @@ void SearchEngine::updateNova() {
}
}
}
#ifndef Q_WS_WIN
// Fix permissions
misc::chmod644(QDir(misc::searchEngineLocation()));
#endif
}
// Slot called when search is Finished