aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 82b62424fb..9da9e97540 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -412,6 +412,8 @@ shell_ready_for_quit (EShell *shell,
list = g_list_copy (gtk_application_get_windows (application));
g_list_foreach (list, (GFunc) gtk_widget_destroy, NULL);
g_list_free (list);
+
+ gtk_main_quit ();
}
static void