From 217c83bdb97b32885af56d9ed2d84d96557d6877 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 2 Dec 2011 19:00:22 +0100 Subject: Bug #663122 - Doesn't quit on exit with GLib's git master --- shell/e-shell.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/e-shell.c') 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 -- cgit