Author: johnnyg

Revision: 6137

Log:
        Increased GTK UI limit for download / upload to 60000.

Diff:
Modified: branches/1.2_RC/ChangeLog
===================================================================
--- branches/1.2_RC/ChangeLog   2010-01-25 04:58:01 UTC (rev 6136)
+++ branches/1.2_RC/ChangeLog   2010-01-25 09:46:08 UTC (rev 6137)
@@ -1,6 +1,7 @@
 === Deluge 1.2.1 ===
 ==== GtkUI ====
        * Fix #1128 Show an error dialog when unable to start a 'deluged' 
process
+       * Increased max enterable download / upload limit to 60000 KiB/s
 
 ==== Console ====
        * Fix hanging when using commands from the command-line

Modified: branches/1.2_RC/deluge/ui/gtkui/glade/preferences_dialog.glade
===================================================================
--- branches/1.2_RC/deluge/ui/gtkui/glade/preferences_dialog.glade      
2010-01-25 04:58:01 UTC (rev 6136)
+++ branches/1.2_RC/deluge/ui/gtkui/glade/preferences_dialog.glade      
2010-01-25 09:46:08 UTC (rev 6137)
@@ -1472,7 +1472,7 @@
                                                 <property 
name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                                                 <property name="tooltip" 
translatable="yes">The maximum download speed for all torrents.  Set -1 for 
unlimited.</property>
                                                 <property 
name="xalign">1</property>
-                                                <property name="adjustment">-1 
-1 9000 1 10 0</property>
+                                                <property name="adjustment">-1 
-1 60000 1 10 0</property>
                                                 <property 
name="climb_rate">1</property>
                                                 <property 
name="digits">1</property>
                                                 <property 
name="numeric">True</property>
@@ -1491,7 +1491,7 @@
                                                 <property 
name="can_focus">True</property>
                                                 <property name="tooltip" 
translatable="yes">The maximum upload speed for all torrents.  Set -1 for 
unlimited.</property>
                                                 <property 
name="xalign">1</property>
-                                                <property name="adjustment">-1 
-1 9000 1 10 0</property>
+                                                <property name="adjustment">-1 
-1 60000 1 10 0</property>
                                                 <property 
name="climb_rate">1</property>
                                                 <property 
name="digits">1</property>
                                                 <property 
name="numeric">True</property>

Modified: trunk/deluge/ui/gtkui/glade/preferences_dialog.glade
===================================================================
--- trunk/deluge/ui/gtkui/glade/preferences_dialog.glade        2010-01-25 
04:58:01 UTC (rev 6136)
+++ trunk/deluge/ui/gtkui/glade/preferences_dialog.glade        2010-01-25 
09:46:08 UTC (rev 6137)
@@ -1488,7 +1488,7 @@
                                                 <property 
name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                                                 <property name="tooltip" 
translatable="yes">The maximum download speed for all torrents.  Set -1 for 
unlimited.</property>
                                                 <property 
name="xalign">1</property>
-                                                <property name="adjustment">-1 
-1 9000 1 10 0</property>
+                                                <property name="adjustment">-1 
-1 60000 1 10 0</property>
                                                 <property 
name="climb_rate">1</property>
                                                 <property 
name="digits">1</property>
                                                 <property 
name="numeric">True</property>
@@ -1507,7 +1507,7 @@
                                                 <property 
name="can_focus">True</property>
                                                 <property name="tooltip" 
translatable="yes">The maximum upload speed for all torrents.  Set -1 for 
unlimited.</property>
                                                 <property 
name="xalign">1</property>
-                                                <property name="adjustment">-1 
-1 9000 1 10 0</property>
+                                                <property name="adjustment">-1 
-1 60000 1 10 0</property>
                                                 <property 
name="climb_rate">1</property>
                                                 <property 
name="digits">1</property>
                                                 <property 
name="numeric">True</property>


-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to