From 52189008475461e67cc43d9fb6eef7eeea5d3529 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 13 Jun 2012 09:57:43 +0200 Subject: preferences: add UI to show/hide groups I'm about to change the default to not show groups, so users should have an easy way to get them back. I just removed a bunch of options from the preferences dialog so at the end it will still be simpler than it used to be. https://bugzilla.gnome.org/show_bug.cgi?id=677949 --- src/empathy-preferences.c | 2 ++ src/empathy-preferences.ui | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) (limited to 'src') diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c index 923bef0e9..4291ffcf8 100644 --- a/src/empathy-preferences.c +++ b/src/empathy-preferences.c @@ -179,6 +179,8 @@ preferences_setup_widgets (EmpathyPreferences *preferences, BIND_ACTIVE (ui, UI_SHOW_OFFLINE, "checkbutton_show_offline"); + BIND_ACTIVE (ui, UI_SHOW_GROUPS, + "checkbutton_show_groups"); BIND_ACTIVE (ui, UI_SEPARATE_CHAT_WINDOWS, "radiobutton_chats_new_windows"); BIND_ACTIVE (ui, UI_EVENTS_NOTIFY_AREA, diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index 4b80b0f95..a54dcd22d 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -44,6 +44,22 @@ 0 + + + Show groups + True + True + False + False + 0 + True + + + False + True + 2 + + Show account balances -- cgit v1.2.3