diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-24 19:53:05 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-24 22:27:42 +0800 |
commit | 96d638486a06118b91086f00d3a6b9d89eb8d445 (patch) | |
tree | 18c7c5dc4d40d74922d24f4d3d0f6147da1ac4a0 /libempathy-gtk/empathy-account-widget-sip.ui | |
parent | 1363e49db79f64f85b7cdd4fe273896a9228c619 (diff) | |
download | gsoc2013-empathy-96d638486a06118b91086f00d3a6b9d89eb8d445.tar gsoc2013-empathy-96d638486a06118b91086f00d3a6b9d89eb8d445.tar.gz gsoc2013-empathy-96d638486a06118b91086f00d3a6b9d89eb8d445.tar.bz2 gsoc2013-empathy-96d638486a06118b91086f00d3a6b9d89eb8d445.tar.lz gsoc2013-empathy-96d638486a06118b91086f00d3a6b9d89eb8d445.tar.xz gsoc2013-empathy-96d638486a06118b91086f00d3a6b9d89eb8d445.tar.zst gsoc2013-empathy-96d638486a06118b91086f00d3a6b9d89eb8d445.zip |
account-widget-sip: add option to mark account as being able to call phones
https://bugzilla.gnome.org/show_bug.cgi?id=657220
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.ui | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui index 52bde8ccb..488becaf1 100644 --- a/libempathy-gtk/empathy-account-widget-sip.ui +++ b/libempathy-gtk/empathy-account-widget-sip.ui @@ -23,7 +23,7 @@ <object class="GtkTable" id="table_common_settings"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="n_rows">4</property> + <property name="n_rows">5</property> <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> @@ -123,6 +123,23 @@ </packing> </child> <child> + <object class="GtkCheckButton" id="checkbutton_tel"> + <property name="label" translatable="yes">Use this account to call _landlines and mobile phones</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_action_appearance">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="right_attach">2</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + </packing> + </child> + <child> <placeholder/> </child> <child> |