From 053509e8a715600a49037d74eb28a0e61156bc0a Mon Sep 17 00:00:00 2001
From: Doadin <tbkizle@gmail.com>
Date: Fri, 4 Jul 2014 02:19:32 -0400
Subject: [PATCH] Add Support for anonymous_mode continued
---
deluge/ui/gtkui/glade/preferences_dialog.ui | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/deluge/ui/gtkui/glade/preferences_dialog.ui b/deluge/ui/gtkui/glade/preferences_dialog.ui
index 4115a30..1bedca1 100644
a
|
b
|
the proxy instead of using the local DNS service</property>
|
4420 | 4420 | <property name="x_options">GTK_FILL</property> |
4421 | 4421 | </packing> |
4422 | 4422 | </child> |
| 4423 | <child> |
| 4424 | <object class="GtkCheckButton" id="chk_anonymous_mode"> |
| 4425 | <property name="label" translatable="yes">Anonymous Mode</property> |
| 4426 | <property name="use_action_appearance">False</property> |
| 4427 | <property name="visible">True</property> |
| 4428 | <property name="can_focus">True</property> |
| 4429 | <property name="receives_default">False</property> |
| 4430 | <property name="tooltip_text" translatable="yes">Anonymous Mode</property> |
| 4431 | <property name="xalign">0.49000000953674316</property> |
| 4432 | <property name="active">True</property> |
| 4433 | <property name="draw_indicator">True</property> |
| 4434 | </object> |
| 4435 | <packing> |
| 4436 | <property name="right_attach">2</property> |
| 4437 | <property name="top_attach">7</property> |
| 4438 | <property name="bottom_attach">8</property> |
| 4439 | <property name="x_options">GTK_FILL</property> |
| 4440 | </packing> |
| 4441 | </child> |
4423 | 4442 | </object> |
4424 | 4443 | </child> |
4425 | 4444 | </object> |