From 2e0707bc0c82c16e76b4a810b23e7a2cf1bec640 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 30 Mar 2009 20:31:30 +0000 Subject: [PATCH] - Enabled debug, updated nova2.py version to force update --- src/searchEngine.cpp | 1 + src/search_engine/nova2.py | 2 +- src/src.pro | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/searchEngine.cpp b/src/searchEngine.cpp index a471d6883..f8d3c7331 100644 --- a/src/searchEngine.cpp +++ b/src/searchEngine.cpp @@ -328,6 +328,7 @@ void SearchEngine::updateNova() { // Set permissions QFile::Permissions perm=QFile::ReadOwner | QFile::WriteOwner | QFile::ExeOwner | QFile::ReadUser | QFile::WriteUser | QFile::ExeUser | QFile::ReadGroup | QFile::ReadGroup; QFile(misc::qBittorrentPath()+"search_engine"+QDir::separator()+"nova2.py").setPermissions(perm); + filePath = misc::qBittorrentPath()+"search_engine"+QDir::separator()+"nova2dl.py"; if(misc::getPluginVersion(":/search_engine/nova2dl.py") > misc::getPluginVersion(filePath)) { if(QFile::exists(filePath)){ diff --git a/src/search_engine/nova2.py b/src/search_engine/nova2.py index 401b1f0d6..572136424 100755 --- a/src/search_engine/nova2.py +++ b/src/search_engine/nova2.py @@ -26,7 +26,7 @@ # POSSIBILITY OF SUCH DAMAGE. -#VERSION: 1.00 +#VERSION: 1.10 # Author: # Fabien Devaux diff --git a/src/src.pro b/src/src.pro index 801e111b3..df1fdd338 100644 --- a/src/src.pro +++ b/src/src.pro @@ -3,7 +3,7 @@ LANG_PATH = lang ICONS_PATH = Icons # Set the following variable to 1 to enable debug -DEBUG_MODE = 0 +DEBUG_MODE = 1 # Global TEMPLATE = app