aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view-menu.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-23 14:49:59 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-23 14:49:59 +0800
commitc94ca2b00d744747ca744dfac2b4920ba51f2c99 (patch)
treec6cfcf90f333e475eec336726e7f7ba282e9a5ea /shell/e-shell-view-menu.c
parentb106b13525048195d99bcbde31e0e535972cbab4 (diff)
downloadgsoc2013-evolution-c94ca2b00d744747ca744dfac2b4920ba51f2c99.tar
gsoc2013-evolution-c94ca2b00d744747ca744dfac2b4920ba51f2c99.tar.gz
gsoc2013-evolution-c94ca2b00d744747ca744dfac2b4920ba51f2c99.tar.bz2
gsoc2013-evolution-c94ca2b00d744747ca744dfac2b4920ba51f2c99.tar.lz
gsoc2013-evolution-c94ca2b00d744747ca744dfac2b4920ba51f2c99.tar.xz
gsoc2013-evolution-c94ca2b00d744747ca744dfac2b4920ba51f2c99.tar.zst
gsoc2013-evolution-c94ca2b00d744747ca744dfac2b4920ba51f2c99.zip
Fix the "Quit" command so that the shell actually exits properly.
svn path=/trunk/; revision=10435
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r--shell/e-shell-view-menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index 8936fbed3d..09ea066bcf 100644
--- a/shell/e-shell-view-menu.c
+++ b/shell/e-shell-view-menu.c
@@ -157,6 +157,8 @@ command_quit (BonoboUIComponent *uih,
shell = e_shell_view_get_shell (shell_view);
e_shell_quit (shell);
+
+ gtk_main_quit ();
}
#if 0