aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-12-03 02:00:22 +0800
committerMilan Crha <mcrha@redhat.com>2011-12-03 02:00:22 +0800
commit217c83bdb97b32885af56d9ed2d84d96557d6877 (patch)
tree47badee3fe42b3bc06af1cd5cd7492fd054c309a
parent12586e1e10118a8cdfd1bdf70922d25156f08eeb (diff)
downloadgsoc2013-evolution-217c83bdb97b32885af56d9ed2d84d96557d6877.tar
gsoc2013-evolution-217c83bdb97b32885af56d9ed2d84d96557d6877.tar.gz
gsoc2013-evolution-217c83bdb97b32885af56d9ed2d84d96557d6877.tar.bz2
gsoc2013-evolution-217c83bdb97b32885af56d9ed2d84d96557d6877.tar.lz
gsoc2013-evolution-217c83bdb97b32885af56d9ed2d84d96557d6877.tar.xz
gsoc2013-evolution-217c83bdb97b32885af56d9ed2d84d96557d6877.tar.zst
gsoc2013-evolution-217c83bdb97b32885af56d9ed2d84d96557d6877.zip
Bug #663122 - Doesn't quit on exit with GLib's git master
-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