diff options
Diffstat (limited to 'src/ephy-statusbar.c')
-rwxr-xr-x | src/ephy-statusbar.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-statusbar.c b/src/ephy-statusbar.c index 76778967c..44bc5b029 100755 --- a/src/ephy-statusbar.c +++ b/src/ephy-statusbar.c @@ -221,8 +221,7 @@ ephy_statusbar_init (EphyStatusbar *t) t->priv = EPHY_STATUSBAR_GET_PRIVATE (t); t->tooltips = gtk_tooltips_new (); - g_object_ref (G_OBJECT (t->tooltips)); - gtk_object_sink (GTK_OBJECT (t->tooltips)); + g_object_ref_sink (t->tooltips); t->priv->icon_container = gtk_hbox_new (FALSE, 0); gtk_box_pack_start (GTK_BOX (t), t->priv->icon_container, FALSE, FALSE, 0); |