diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 16:29:04 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 16:29:04 +0800 |
commit | 3104dbf1c0c85dba347afcc409ee4e8d5cc16018 (patch) | |
tree | 97a4e25e67cff812eaef4ef3307c8b8d422b79af /libempathy-gtk/empathy-preferences.glade | |
parent | c9789cf60c84531fcdeb88930a6ec1414c0b0aeb (diff) | |
download | gsoc2013-empathy-3104dbf1c0c85dba347afcc409ee4e8d5cc16018.tar gsoc2013-empathy-3104dbf1c0c85dba347afcc409ee4e8d5cc16018.tar.gz gsoc2013-empathy-3104dbf1c0c85dba347afcc409ee4e8d5cc16018.tar.bz2 gsoc2013-empathy-3104dbf1c0c85dba347afcc409ee4e8d5cc16018.tar.lz gsoc2013-empathy-3104dbf1c0c85dba347afcc409ee4e8d5cc16018.tar.xz gsoc2013-empathy-3104dbf1c0c85dba347afcc409ee4e8d5cc16018.tar.zst gsoc2013-empathy-3104dbf1c0c85dba347afcc409ee4e8d5cc16018.zip |
Merge commit 'bari/disable-avatars-opt-if-compact'
svn path=/trunk/; revision=732
Diffstat (limited to 'libempathy-gtk/empathy-preferences.glade')
-rw-r--r-- | libempathy-gtk/empathy-preferences.glade | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-preferences.glade b/libempathy-gtk/empathy-preferences.glade index 725844491..cc27e48b6 100644 --- a/libempathy-gtk/empathy-preferences.glade +++ b/libempathy-gtk/empathy-preferences.glade @@ -97,15 +97,14 @@ <property name="spacing">6</property> <child> - <widget class="GtkCheckButton" id="checkbutton_show_avatars"> + <widget class="GtkCheckButton" id="checkbutton_compact_contact_list"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Avatars are user chosen images shown in the contact list</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Show _avatars</property> + <property name="label" translatable="yes">Show co_mpact contact list</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> - <property name="active">True</property> + <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> </widget> @@ -117,14 +116,15 @@ </child> <child> - <widget class="GtkCheckButton" id="checkbutton_compact_contact_list"> + <widget class="GtkCheckButton" id="checkbutton_show_avatars"> <property name="visible">True</property> + <property name="tooltip" translatable="yes">Avatars are user chosen images shown in the contact list</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Show co_mpact contact list</property> + <property name="label" translatable="yes">Show _avatars</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> - <property name="active">False</property> + <property name="active">True</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> </widget> |