From 51d0fc6863be998af5056605281cc0ebc2abfe00 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 12 Jun 2010 14:28:07 -0400 Subject: Bug 603468 - Improve handling of --quit option --- shell/e-shell-window-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-window-actions.c') diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index 606f125f33..480b99da2b 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -1012,7 +1012,7 @@ action_quit_cb (GtkAction *action, EShell *shell; shell = e_shell_window_get_shell (shell_window); - e_shell_quit (shell); + e_shell_quit (shell, E_SHELL_QUIT_ACTION); } /** -- cgit v1.2.3