diff options
Diffstat (limited to 'lib/widgets/ephy-editable-toolbar.c')
-rwxr-xr-x | lib/widgets/ephy-editable-toolbar.c | 6 |
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 |