From 567453082a1ee766d207847ccea0e9ff948133d7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 19 Feb 2009 16:30:25 +0000 Subject: Fix crash on exit. svn path=/branches/kill-bonobo/; revision=37297 --- shell/e-shell.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') diff --git a/shell/e-shell.c b/shell/e-shell.c index fa25edd463..6e52d8bbef 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -848,6 +848,8 @@ shell_init (EShell *shell) shell->priv->modules_by_scheme = modules_by_scheme; shell->priv->safe_mode = e_file_lock_exists (); + g_object_ref_sink (shell->priv->preferences_window); + #if NM_SUPPORT e_shell_dbus_initialize (shell); #endif -- cgit v1.2.3