diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-13 15:45:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-15 19:45:47 +0800 |
commit | a27a6f8621c1f054c39e0ee1c0b8334434b10c97 (patch) | |
tree | 09a6c173ee50c315a7c8ff7fe50bdf6e14c465a8 /src/empathy-preferences.ui | |
parent | 368556a6bd473f1faab34b44e6dba224f88361ac (diff) | |
download | gsoc2013-empathy-a27a6f8621c1f054c39e0ee1c0b8334434b10c97.tar.gz gsoc2013-empathy-a27a6f8621c1f054c39e0ee1c0b8334434b10c97.tar.zst gsoc2013-empathy-a27a6f8621c1f054c39e0ee1c0b8334434b10c97.zip |
remove deprecated gsettings keys
Those are not supported by the new roster UI and so can be removed.
https://bugzilla.gnome.org/show_bug.cgi?id=677949
Diffstat (limited to 'src/empathy-preferences.ui')
-rw-r--r-- | src/empathy-preferences.ui | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index a17f00055..4b80b0f95 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -45,22 +45,6 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="checkbutton_show_protocols"> - <property name="label" translatable="yes">Show protocol in avatar</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="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> <object class="GtkCheckButton" id="checkbutton_show_balances"> <property name="label" translatable="yes">Show account balances</property> <property name="visible">True</property> @@ -76,65 +60,6 @@ <property name="position">2</property> </packing> </child> - <child> - <object class="GtkBox" id="box3"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="spacing">3</property> - <child> - <object class="GtkLabel" id="label9"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Sort contacts by:</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkRadioButton" id="radiobutton_sort_by_status"> - <property name="label" translatable="yes">status</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="active">True</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkRadioButton" id="radiobutton_sort_by_name"> - <property name="label" translatable="yes">name</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="active">True</property> - <property name="draw_indicator">True</property> - <property name="group">radiobutton_sort_by_status</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">3</property> - </packing> - </child> </object> </child> </object> |