diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |