diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-23 17:44:43 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-23 17:44:43 +0800 |
commit | 6c9d7372fb7e155be2ca6953db316c1b70744159 (patch) | |
tree | 6b17da4f6d378bb3d09bd5d3566174b5c4b85592 /libempathy-gtk/empathy-account-widget-sip.ui | |
parent | d94c2c708734d6a41cd6d6ad44684a816b66cff8 (diff) | |
download | gsoc2013-empathy-6c9d7372fb7e155be2ca6953db316c1b70744159.tar gsoc2013-empathy-6c9d7372fb7e155be2ca6953db316c1b70744159.tar.gz gsoc2013-empathy-6c9d7372fb7e155be2ca6953db316c1b70744159.tar.bz2 gsoc2013-empathy-6c9d7372fb7e155be2ca6953db316c1b70744159.tar.lz gsoc2013-empathy-6c9d7372fb7e155be2ca6953db316c1b70744159.tar.xz gsoc2013-empathy-6c9d7372fb7e155be2ca6953db316c1b70744159.tar.zst gsoc2013-empathy-6c9d7372fb7e155be2ca6953db316c1b70744159.zip |
account-widget-sip: add ignore-tls-errors param (#650844)
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.ui | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui index d9ea11bff..11a035b35 100644 --- a/libempathy-gtk/empathy-account-widget-sip.ui +++ b/libempathy-gtk/empathy-account-widget-sip.ui @@ -419,6 +419,26 @@ </packing> </child> <child> + <object class="GtkAlignment" id="alignment15"> + <property name="visible">True</property> + <property name="left_padding">12</property> + <child> + <object class="GtkCheckButton" id="checkbutton_ignore-tls-errors"> + <property name="label" translatable="yes">Ignore TLS Errors</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="draw_indicator">True</property> + </object> + </child> + </object> + <packing> + <property name="right_attach">4</property> + <property name="top_attach">13</property> + <property name="bottom_attach">14</property> + </packing> + </child> + <child> <object class="GtkLabel" id="label_stun-port"> <property name="visible">True</property> <property name="xalign">0</property> |