2012-07-12 14:07:54 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<object class="GtkAdjustment" id="adjustment_proxy_port_ftp">
|
|
|
|
<property name="upper">65535</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="adjustment_proxy_port_http">
|
|
|
|
<property name="upper">65535</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="adjustment_proxy_port_https">
|
|
|
|
<property name="upper">65535</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="adjustment_proxy_port_socks">
|
|
|
|
<property name="upper">65535</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
</object>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkFrame" id="main_widget">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox">
|
2012-07-12 14:07:54 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="selection_mode">none</property>
|
2012-07-12 14:07:54 +01:00
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkListBoxRow">
|
2012-07-12 14:07:54 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="activatable">False</property>
|
2012-07-12 14:07:54 +01:00
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">12</property>
|
2019-01-27 18:06:05 +01:00
|
|
|
<property name="margin_top">8</property>
|
|
|
|
<property name="margin_bottom">8</property>
|
|
|
|
<property name="margin_start">12</property>
|
|
|
|
<property name="margin_end">12</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="label" translatable="yes">Network Proxy</property>
|
2019-01-27 18:06:05 +01:00
|
|
|
<property name="ellipsize">end</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="xalign">0.0</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold" />
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="status_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2019-01-27 18:06:05 +01:00
|
|
|
<property name="margin_top">8</property>
|
|
|
|
<property name="margin_bottom">8</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<style>
|
|
|
|
<class name="dim-label" />
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="dialog_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">emblem-system-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2013-02-11 18:22:11 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
2012-07-12 14:07:54 +01:00
|
|
|
</object>
|
2012-10-16 22:25:18 -04:00
|
|
|
</child>
|
2017-07-21 11:13:03 -03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="dialog">
|
|
|
|
<property name="use_header_bar">1</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">18</property>
|
|
|
|
<property name="default_height">350</property>
|
|
|
|
<property name="modal">True</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="destroy_with_parent">True</property>
|
|
|
|
<property name="title" translatable="yes">Network Proxy</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">0</property>
|
|
|
|
<property name="spacing">6</property>
|
2012-07-12 14:07:54 +01:00
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkRadioButton" id="radio_automatic">
|
2012-07-12 14:07:54 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="label" translatable="yes">Automatic</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">radio_none</property>
|
2012-07-12 14:07:54 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkRadioButton" id="radio_manual">
|
2012-07-12 14:07:54 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="label" translatable="yes">Manual</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">radio_none</property>
|
2012-07-12 14:07:54 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkRadioButton" id="radio_none">
|
2012-07-12 14:07:54 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="label" translatable="yes">Disabled</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2012-07-12 14:07:54 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-02-06 20:12:01 -05:00
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkStack" id="stack">
|
2013-02-06 20:12:01 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="transition_type">crossfade</property>
|
|
|
|
|
|
|
|
<!-- Disabled (empty box) -->
|
2013-02-06 20:12:01 -05:00
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkBox">
|
2013-02-06 20:12:01 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="name">disabled</property>
|
2013-02-06 20:12:01 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
2017-07-21 11:13:03 -03:00
|
|
|
|
|
|
|
<!-- Manual -->
|
2013-02-06 20:12:01 -05:00
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkGrid" id="grid6">
|
2013-02-06 20:12:01 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="valign">start</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="row_spacing">10</property>
|
|
|
|
<property name="column_spacing">6</property>
|
2013-02-06 20:12:01 -05:00
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkAlignment" id="alignment_proxy_switch">
|
2013-02-06 20:12:01 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">start</property>
|
2013-02-06 20:12:01 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
2013-02-06 20:12:01 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkLabel" id="heading_proxy_http">
|
2013-02-06 20:12:01 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes">_HTTP Proxy</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">entry_proxy_http</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="heading_proxy_https">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes">H_TTPS Proxy</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">entry_proxy_https</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="heading_proxy_ftp">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes">_FTP Proxy</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">entry_proxy_ftp</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="heading_proxy_socks">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes">_Socks Host</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">entry_proxy_socks</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="heading_proxy_ignore">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes">_Ignore Hosts</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">entry_proxy_ignore</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry_proxy_http">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="spinbutton_proxy_http">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
<property name="adjustment">adjustment_proxy_port_http</property>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="spinbutton_proxy_http-accessible">
|
|
|
|
<property name="accessible-name" translatable="yes">HTTP proxy port</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry_proxy_https">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry_proxy_ftp">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry_proxy_socks">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry_proxy_ignore">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="width">2</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="spinbutton_proxy_https">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
<property name="adjustment">adjustment_proxy_port_https</property>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="spinbutton_proxy_https-accessible">
|
|
|
|
<property name="accessible-name" translatable="yes">HTTPS proxy port</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="spinbutton_proxy_ftp">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
<property name="adjustment">adjustment_proxy_port_ftp</property>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="spinbutton_proxy_ftp-accessible">
|
|
|
|
<property name="accessible-name" translatable="yes">FTP proxy port</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2013-02-06 20:12:01 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinButton" id="spinbutton_proxy_socks">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
<property name="adjustment">adjustment_proxy_port_socks</property>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="spinbutton_proxy_socks-accessible">
|
|
|
|
<property name="accessible-name" translatable="yes">Socks proxy port</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
2013-02-06 20:12:01 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="name">manual</property>
|
2013-02-06 20:12:01 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
2017-07-21 11:13:03 -03:00
|
|
|
|
|
|
|
<!-- Automatic -->
|
2013-02-06 20:12:01 -05:00
|
|
|
<child>
|
2017-07-21 11:13:03 -03:00
|
|
|
<object class="GtkGrid">
|
2013-02-06 20:12:01 -05:00
|
|
|
<property name="visible">True</property>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="row_spacing">12</property>
|
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="heading_proxy_url">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes">_Configuration URL</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">entry_proxy_url</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="entry_proxy_url">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label_proxy_warning">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label">WPAD warning…</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="width_chars">50</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="width">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2013-02-06 20:12:01 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
2017-07-21 11:13:03 -03:00
|
|
|
<property name="name">automatic</property>
|
2013-02-06 20:12:01 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-07-12 14:07:54 +01:00
|
|
|
</object>
|
2017-07-21 11:13:03 -03:00
|
|
|
</child>
|
2012-07-12 14:07:54 +01:00
|
|
|
</object>
|
|
|
|
</interface>
|