diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-09-21 15:49:37 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-09-21 15:49:37 +0000 |
commit | ae08410274473c5ab78d300ea2365c4b1070cc61 (patch) | |
tree | b7c8ba3dee66edfadb32e57332ed76025981c94d /community/qbittorrent | |
parent | d739da01541d53414129d3171df221cfe2440fe5 (diff) |
Wed Sep 21 15:49:35 UTC 2011
Diffstat (limited to 'community/qbittorrent')
-rw-r--r-- | community/qbittorrent/python2.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/community/qbittorrent/python2.patch b/community/qbittorrent/python2.patch deleted file mode 100644 index 24ab742db..000000000 --- a/community/qbittorrent/python2.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -Nur qbittorrent-2.4.8.orig/src/searchengine/searchengine.cpp qbittorrent-2.4.8/src/searchengine.cpp ---- qbittorrent-2.4.8.orig/src/searchengine/searchengine.cpp 2010-10-01 13:52:53.000000000 -0700 -+++ qbittorrent-2.4.8/src/searchengine/searchengine.cpp 2010-10-25 01:20:20.046700620 -0700 -@@ -354,7 +354,7 @@ - //on change le texte du label courrant - currentSearchTab->getCurrentLabel()->setText(tr("Results")+" <i>(0)</i>:"); - // Launch search -- searchProcess->start("python", params, QIODevice::ReadOnly); -+ searchProcess->start("python2", params, QIODevice::ReadOnly); - searchTimeout->start(180000); // 3min - } - -@@ -421,7 +421,7 @@ - params << engine_url; - params << torrent_url; - // Launch search -- downloadProcess->start("python", params, QIODevice::ReadOnly); -+ downloadProcess->start("python2", params, QIODevice::ReadOnly); - } - } - -diff -Nur qbittorrent-2.4.8.orig/src/searchengine/supportedengines.h qbittorrent-2.4.8/src/supportedengines.h ---- qbittorrent-2.4.8.orig/src/searchengine/supportedengines.h 2010-10-24 01:32:39.000000000 -0700 -+++ qbittorrent-2.4.8/src/searchengine/supportedengines.h 2010-10-25 01:18:42.230032834 -0700 -@@ -144,7 +144,7 @@ - QStringList params; - params << misc::searchEngineLocation()+QDir::separator()+"nova2.py"; - params << "--capabilities"; -- nova.start("python", params, QIODevice::ReadOnly); -+ nova.start("python2", params, QIODevice::ReadOnly); - nova.waitForStarted(); - nova.waitForFinished(); - QString capabilities = QString(nova.readAll()); |