[evolution] Bug #663122 - Doesn't quit on exit with GLib's git master
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #663122 - Doesn't quit on exit with GLib's git master
- Date: Fri, 2 Dec 2011 18:00:48 +0000 (UTC)
commit 217c83bdb97b32885af56d9ed2d84d96557d6877
Author: Milan Crha <mcrha redhat com>
Date: Fri Dec 2 19:00:22 2011 +0100
Bug #663122 - Doesn't quit on exit with GLib's git master
shell/e-shell.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 82b6242..9da9e97 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]