[qbittorrent] - update to 2.5.0beta4 - add temp build fix

leigh123linux leigh123linux at fedoraproject.org
Thu Nov 18 13:15:38 UTC 2010


commit c1c1f29111e8d9407d0067204d29e73165102695
Author: leigh scott <leigh123linux at googlemail.com>
Date:   Thu Nov 18 13:15:39 2010 +0000

    - update to 2.5.0beta4
    - add temp build fix

 temp_build_fix.patch |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/temp_build_fix.patch b/temp_build_fix.patch
index 719edc3..e28c390 100644
--- a/temp_build_fix.patch
+++ b/temp_build_fix.patch
@@ -18,3 +18,23 @@
    QNetworkCookieJar *cookie_jar = networkManager.cookieJar();
    QList<QNetworkCookie> cookies;
    qDebug("Loading cookies for host name: %s", qPrintable(host_name));
+--- qbittorrent-2.5.0beta4/src/mainwindow.cpp.orig	2010-11-17 17:55:08.000000000 +0000
++++ qbittorrent-2.5.0beta4/src/mainwindow.cpp	2010-11-18 13:07:36.436999053 +0000
+@@ -207,7 +207,7 @@ MainWindow::MainWindow(QWidget *parent, 
+   // View settings
+   actionTop_tool_bar->setChecked(pref.isToolbarDisplayed());
+   actionSpeed_in_title_bar->setChecked(pref.speedInTitleBar());
+-  actionRSS_Reader->setChecked(RssSettings::isRSSEnabled());
++  actionRSS_Reader->setChecked(RssSettings().isRSSEnabled());
+   actionSearch_engine->setChecked(pref.isSearchEnabled());
+   displaySearchTab(actionSearch_engine->isChecked());
+   displayRSSTab(actionRSS_Reader->isChecked());
+@@ -1197,7 +1197,7 @@ void MainWindow::on_actionSpeed_in_title
+ }
+ 
+ void MainWindow::on_actionRSS_Reader_triggered() {
+-  RssSettings::setRSSEnabled(actionRSS_Reader->isChecked());
++  RssSettings().setRSSEnabled(actionRSS_Reader->isChecked());
+   displayRSSTab(actionRSS_Reader->isChecked());
+ }
+ 


More information about the scm-commits mailing list