diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-17 01:51:42 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-23 23:06:37 +0800 |
commit | 8c92880ac4be339e9047cb03f981c7ec5de9cbfb (patch) | |
tree | 665f293976b14298bcb58af5573bb0dd28277e93 /libempathy-gtk/empathy-account-widget-sip.ui | |
parent | aa9f5c39b0600d7cba3d63124d8d7018e63209f1 (diff) | |
download | gsoc2013-empathy-8c92880ac4be339e9047cb03f981c7ec5de9cbfb.tar gsoc2013-empathy-8c92880ac4be339e9047cb03f981c7ec5de9cbfb.tar.gz gsoc2013-empathy-8c92880ac4be339e9047cb03f981c7ec5de9cbfb.tar.bz2 gsoc2013-empathy-8c92880ac4be339e9047cb03f981c7ec5de9cbfb.tar.lz gsoc2013-empathy-8c92880ac4be339e9047cb03f981c7ec5de9cbfb.tar.xz gsoc2013-empathy-8c92880ac4be339e9047cb03f981c7ec5de9cbfb.tar.zst gsoc2013-empathy-8c92880ac4be339e9047cb03f981c7ec5de9cbfb.zip |
account-widget-sip: add UI to configure the keepalive-mechanism and keepalive-interval params
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.ui | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui index 6471d9c04..1bfeafe5c 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">9</property> + <property name="n_rows">11</property> <property name="n_columns">2</property> <property name="column_spacing">6</property> <property name="row_spacing">6</property> @@ -329,8 +329,47 @@ username.</property> </packing> </child> <child> + <object class="GtkLabel" id="label_keepalive-mechanism"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Keep-alive Mechanism:</property> + </object> + <packing> + <property name="top_attach">9</property> + <property name="bottom_attach">10</property> + </packing> + </child> + <child> <placeholder/> </child> + <child> + <placeholder/> + </child> + <child> + <object class="GtkLabel" id="label_keepalive-interval"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Keep-alive Interval (seconds)</property> + </object> + <packing> + <property name="top_attach">10</property> + <property name="bottom_attach">11</property> + </packing> + </child> + <child> + <object class="GtkSpinButton" id="spinbutton_keepalive-interval"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">•</property> + <property name="adjustment">adjustment3</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">10</property> + <property name="bottom_attach">11</property> + </packing> + </child> </object> </child> </object> @@ -445,4 +484,9 @@ username.</property> <property name="step_increment">1</property> <property name="page_increment">10</property> </object> + <object class="GtkAdjustment" id="adjustment3"> + <property name="upper">10000</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> </interface> |