diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-13 15:57:43 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-15 19:45:47 +0800 |
commit | 52189008475461e67cc43d9fb6eef7eeea5d3529 (patch) | |
tree | 2ebf1ea0d51db77020cd06c07c4121d4501d63a2 /src/empathy-preferences.c | |
parent | a27a6f8621c1f054c39e0ee1c0b8334434b10c97 (diff) | |
download | gsoc2013-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.c | 2 |
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, |