diff options
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> |