diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-17 01:36:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-23 23:06:36 +0800 |
commit | aa9f5c39b0600d7cba3d63124d8d7018e63209f1 (patch) | |
tree | f843f4a6ece13c84ddaaf44e5ecbd4bbe528bdc8 /libempathy-gtk/empathy-account-widget-sip.ui | |
parent | b212a106ec0395c312ea9e1242d6ed684729ff9f (diff) | |
download | gsoc2013-empathy-aa9f5c39b0600d7cba3d63124d8d7018e63209f1.tar gsoc2013-empathy-aa9f5c39b0600d7cba3d63124d8d7018e63209f1.tar.gz gsoc2013-empathy-aa9f5c39b0600d7cba3d63124d8d7018e63209f1.tar.bz2 gsoc2013-empathy-aa9f5c39b0600d7cba3d63124d8d7018e63209f1.tar.lz gsoc2013-empathy-aa9f5c39b0600d7cba3d63124d8d7018e63209f1.tar.xz gsoc2013-empathy-aa9f5c39b0600d7cba3d63124d8d7018e63209f1.tar.zst gsoc2013-empathy-aa9f5c39b0600d7cba3d63124d8d7018e63209f1.zip |
account-widget-sip: add UI to configure the discover-binding param
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.ui | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui index e9c8c3682..6471d9c04 100644 --- a/libempathy-gtk/empathy-account-widget-sip.ui +++ b/libempathy-gtk/empathy-account-widget-sip.ui @@ -134,7 +134,7 @@ <child> <object class="GtkTable" id="table_advanced_sip_settings"> <property name="visible">True</property> - <property name="n_rows">8</property> + <property name="n_rows">9</property> <property name="n_columns">2</property> <property name="column_spacing">6</property> <property name="row_spacing">6</property> @@ -314,6 +314,21 @@ username.</property> </packing> </child> <child> + <object class="GtkCheckButton" id="checkbutton_discover-binding"> + <property name="label" translatable="yes">Discover Binding</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="tooltip_text" translatable="yes">Update the registration binding if the external address for the client is discovered to be different from the local binding.</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="right_attach">2</property> + <property name="top_attach">8</property> + <property name="bottom_attach">9</property> + </packing> + </child> + <child> <placeholder/> </child> </object> |