From 3bc73b6a382f9ba80d68f9e7b9740bc34ce1d101 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 7 Aug 2001 21:47:25 +0000 Subject: [This should fix #5407, application crash on re-opening.] * e-shell.c (e_shell_construct): Call `gtk_widget_hide_on_delete()' on the splash. * e-splash.c (e_splash_add_icon): Don't check for destruction here. (e_splash_set_icon_highlight): Not even here. (button_press_event): Use a GTK+ cast. svn path=/trunk/; revision=11743 --- shell/e-shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index 0d3043d302..2d2d11565b 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -889,6 +889,7 @@ e_shell_construct (EShell *shell, splash = NULL; } else { splash = e_splash_new (); + gtk_widget_hide_on_delete (splash); gtk_widget_show (splash); } -- cgit v1.2.3