diff options
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 7d0092203a..b9c34f7abb 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -602,10 +602,10 @@ delete_event (GtkWidget *widget, EShell *shell; shell = e_shell_view_get_shell (E_SHELL_VIEW (widget)); - e_shell_quit (shell); +/* e_shell_quit (shell); */ /* FIXME: Is this right, or should it be FALSE? */ - return TRUE; + return FALSE; } |