Ticket #2471: [#2471][GTKUI]Add Support for rate_limit_utp continued.patch

File [#2471][GTKUI]Add Support for rate_limit_utp continued.patch, 3.0 KB (added by Doadin, 10 years ago)
Line 
1From 4faac0977d7202c82ff5292efb5dad25f47f9cd2 Mon Sep 17 00:00:00 2001
2From: Doadin <tbkizle@gmail.com>
3Date: Fri, 4 Jul 2014 02:14:07 -0400
4Subject: [PATCH] Add Support for rate_limit_utp continued
5
6---
7 deluge/ui/gtkui/glade/preferences_dialog.ui | 25 +++++++++++++++++++++++++
8 1 file changed, 25 insertions(+)
9
10diff --git a/deluge/ui/gtkui/glade/preferences_dialog.ui b/deluge/ui/gtkui/glade/preferences_dialog.ui
11index 54e302f..4115a30 100644
12--- a/deluge/ui/gtkui/glade/preferences_dialog.ui
13+++ b/deluge/ui/gtkui/glade/preferences_dialog.ui
14@@ -2677,6 +2677,31 @@ Requires a Hex value.</property>
15 <property name="position">2</property>
16 </packing>
17 </child>
18+ <child>
19+ <object class="GtkAlignment" id="alignment42">
20+ <property name="visible">True</property>
21+ <property name="can_focus">False</property>
22+ <property name="left_padding">5</property>
23+ <child>
24+ <object class="GtkCheckButton" id="chk_rate_limit_utp">
25+ <property name="label" translatable="yes">Rate limit uTP</property>
26+ <property name="use_action_appearance">False</property>
27+ <property name="visible">True</property>
28+ <property name="can_focus">True</property>
29+ <property name="receives_default">False</property>
30+ <property name="tooltip_text" translatable="yes">If checked, uTP bandwidth is drained from the rate limiters, to avoid exceeding the limits with the total traffic</property>
31+ <property name="active">True</property>
32+ <property name="draw_indicator">True</property>
33+ </object>
34+ </child>
35+ </object>
36+ <packing>
37+ <property name="expand">True</property>
38+ <property name="fill">True</property>
39+ <property name="position">2</property>
40+ </packing>
41+ </child>
42 </object>
43 </child>
44 </object>
45--
461.9.3