aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/widgets/ephy-editable-toolbar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/widgets/ephy-editable-toolbar.c b/lib/widgets/ephy-editable-toolbar.c
index fd6dd3d4c..eddb39bd9 100755
--- a/lib/widgets/ephy-editable-toolbar.c
+++ b/lib/widgets/ephy-editable-toolbar.c
@@ -511,9 +511,9 @@ ephy_editable_toolbar_set_group (EphyEditableToolbar *t, EphyToolbarsGroup *grou
t->priv->group = group;
- g_signal_connect (group, "changed",
- G_CALLBACK (group_changed_cb),
- t);
+ g_signal_connect_object (group, "changed",
+ G_CALLBACK (group_changed_cb),
+ t, 0);
}
static void