aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-23 20:07:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-23 20:07:24 +0800
commit2ddd3df3a2764f78874d67f6a0ccc023a3c004de (patch)
tree1ff568f883973d7cc0088a397d9bb3e279df15a2 /src
parentbeeae4882070a075750b11b378d9c81e04adc86f (diff)
downloadgsoc2013-empathy-2ddd3df3a2764f78874d67f6a0ccc023a3c004de.tar.gz
gsoc2013-empathy-2ddd3df3a2764f78874d67f6a0ccc023a3c004de.tar.zst
gsoc2013-empathy-2ddd3df3a2764f78874d67f6a0ccc023a3c004de.zip
roster-window: re-hook the show-groups gsettings key
It has been accidentally removed during the recent settings clean up.
Diffstat (limited to 'src')
-rw-r--r--src/empathy-roster-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c
index afe3a4e60..bce5eb3c6 100644
--- a/src/empathy-roster-window.c
+++ b/src/empathy-roster-window.c
@@ -2343,6 +2343,9 @@ empathy_roster_window_init (EmpathyRosterWindow *self)
g_settings_bind (self->priv->gsettings_contacts, EMPATHY_PREFS_CONTACTS_SORT_CRITERIUM,
self->priv->individual_store, "sort-criterium",
G_SETTINGS_BIND_GET);
+ g_settings_bind (self->priv->gsettings_ui, EMPATHY_PREFS_UI_SHOW_GROUPS,
+ self->priv->individual_store, "show-groups",
+ G_SETTINGS_BIND_GET);
g_settings_bind (self->priv->gsettings_ui, "show-balance-in-roster",
self->priv->balance_vbox, "visible",
G_SETTINGS_BIND_GET);
aph'>* Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+1 * s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (thenetchild2003-12-121-2/+2 * Another last minute change. Size/date stamp changes only.will2003-09-281-1/+1 * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-2/+1 * Update this port from being based on the X11 R6.5.1 sources to R6.6.obrien2003-08-182-3/+4 * Remove the _POSIX_SOURCE handling to fix the building on 5-CURRENT.obrien2003-08-182-6/+2 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-292-1/+63 * Fix PLISTlioux2003-06-131-1/+17