aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 836ce0c9bc..0b48bc3c2c 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -1487,6 +1487,8 @@ init (EShellView *shell_view)
priv->delayed_selection = NULL;
priv->tooltips = gtk_tooltips_new ();
+ g_object_ref (priv->tooltips);
+ gtk_object_sink (GTK_OBJECT (priv->tooltips));
priv->appbar = NULL;
priv->hpaned = NULL;