summaryrefslogtreecommitdiff
path: root/deadbeef.glade
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-07 16:44:04 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-07 16:44:04 +0100
commitecd2e4f2e06dd0033ce374261f4b236ccccd8b32 (patch)
tree617648f465471114967a7fcfc6986260f69a3408 /deadbeef.glade
parent8d601c64d53f3fa7c7f1ea31bd041e8544d9f464 (diff)
added global proxy settings + gui configuration
Diffstat (limited to 'deadbeef.glade')
-rw-r--r--deadbeef.glade53
1 files changed, 52 insertions, 1 deletions
diff --git a/deadbeef.glade b/deadbeef.glade
index 4dcb1009..24834b70 100644
--- a/deadbeef.glade
+++ b/deadbeef.glade
@@ -1745,7 +1745,7 @@ Album</property>
<widget class="GtkTable" id="table6">
<property name="border_width">3</property>
<property name="visible">True</property>
- <property name="n_rows">3</property>
+ <property name="n_rows">4</property>
<property name="n_columns">2</property>
<property name="homogeneous">False</property>
<property name="row_spacing">0</property>
@@ -1901,6 +1901,57 @@ Album</property>
<property name="y_options"></property>
</packing>
</child>
+
+ <child>
+ <widget class="GtkLabel" id="label20">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Proxy type</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </widget>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="right_attach">1</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
+ <property name="x_options">fill</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+
+ <child>
+ <widget class="GtkComboBox" id="pref_network_proxytype">
+ <property name="visible">True</property>
+ <property name="items" translatable="yes">HTTP
+HTTP_1_0
+SOCKS4
+SOCKS5
+SOCKS4A
+SOCKS5_HOSTNAME</property>
+ <property name="add_tearoffs">False</property>
+ <property name="focus_on_click">True</property>
+ <signal name="changed" handler="on_pref_network_proxytype_changed" last_modification_time="Sat, 07 Nov 2009 15:36:03 GMT"/>
+ </widget>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
+ <property name="x_options">fill</property>
+ <property name="y_options">fill</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="tab_expand">False</property>