diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-17 00:31:00 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-23 23:06:36 +0800 |
commit | 03b6a5b020c9c2f7cc3a2bf5240368ced685f1bc (patch) | |
tree | b813320eb4b952ee6e4779ba97e4d1c1628ed9a0 /libempathy-gtk/empathy-account-widget-sip.ui | |
parent | 5443218a889c1866d8fbe29f5d74e76eb038e37e (diff) | |
download | gsoc2013-empathy-03b6a5b020c9c2f7cc3a2bf5240368ced685f1bc.tar gsoc2013-empathy-03b6a5b020c9c2f7cc3a2bf5240368ced685f1bc.tar.gz gsoc2013-empathy-03b6a5b020c9c2f7cc3a2bf5240368ced685f1bc.tar.bz2 gsoc2013-empathy-03b6a5b020c9c2f7cc3a2bf5240368ced685f1bc.tar.lz gsoc2013-empathy-03b6a5b020c9c2f7cc3a2bf5240368ced685f1bc.tar.xz gsoc2013-empathy-03b6a5b020c9c2f7cc3a2bf5240368ced685f1bc.tar.zst gsoc2013-empathy-03b6a5b020c9c2f7cc3a2bf5240368ced685f1bc.zip |
account-widget-sip: add UI to configure the transport param
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.ui | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui index 7ca9de52b..68580b584 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">6</property> + <property name="n_rows">7</property> <property name="n_columns">2</property> <property name="column_spacing">6</property> <property name="row_spacing">6</property> @@ -287,6 +287,20 @@ username.</property> <property name="bottom_attach">6</property> </packing> </child> + <child> + <object class="GtkLabel" id="label_transport"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Transport:</property> + </object> + <packing> + <property name="top_attach">6</property> + <property name="bottom_attach">7</property> + </packing> + </child> + <child> + <placeholder/> + </child> </object> </child> </object> |