aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-13 15:57:43 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-15 19:45:47 +0800
commit52189008475461e67cc43d9fb6eef7eeea5d3529 (patch)
tree2ebf1ea0d51db77020cd06c07c4121d4501d63a2 /src/empathy-preferences.c
parenta27a6f8621c1f054c39e0ee1c0b8334434b10c97 (diff)
downloadgsoc2013-empathy-52189008475461e67cc43d9fb6eef7eeea5d3529.tar
gsoc2013-empathy-52189008475461e67cc43d9fb6eef7eeea5d3529.tar.gz
gsoc2013-empathy-52189008475461e67cc43d9fb6eef7eeea5d3529.tar.bz2
gsoc2013-empathy-52189008475461e67cc43d9fb6eef7eeea5d3529.tar.lz
gsoc2013-empathy-52189008475461e67cc43d9fb6eef7eeea5d3529.tar.xz
gsoc2013-empathy-52189008475461e67cc43d9fb6eef7eeea5d3529.tar.zst
gsoc2013-empathy-52189008475461e67cc43d9fb6eef7eeea5d3529.zip
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
Diffstat (limited to 'src/empathy-preferences.c')
-rw-r--r--src/empathy-preferences.c2
1 files changed, 2 insertions, 0 deletions
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,