rpms/qbittorrent/devel preferences.h.patch,NONE,1.1

Leigh Scott leigh123linux at fedoraproject.org
Mon Jan 25 21:32:51 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32363

Added Files:
	preferences.h.patch 
Log Message:
Fix alternative upload speed limit overwriting standard upload speed limit.


preferences.h.patch:
 preferences.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE preferences.h.patch ---
--- trunk/src/preferences.h	2010/01/23 20:44:09	3469
+++ trunk/src/preferences.h	2010/01/25 19:54:46	3490
@@ -296,7 +296,7 @@
   static void setAltGlobalUploadLimit(int limit) {
     QSettings settings("qBittorrent", "qBittorrent");
     if(limit <= 0) limit = -1;
-    settings.setValue("Preferences/Connection/GlobalUPLimit", limit);
+    settings.setValue("Preferences/Connection/GlobalUPLimitAlt", limit);
   }
 
   static bool isAltBandwidthEnabled() {



More information about the scm-commits mailing list