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.gz
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
rtin...amdmi32009-08-221-2/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-14/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-1/+0 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-251-2/+2 * USE_X_LIB --> USE_XLIBume2007-09-011-2/+2 * Update to 0.6.0.ume2007-08-174-20/+21 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Chase scim shlib version bump.ume2007-04-301-1/+1 * Fix plist after upgrading scim to 1.4.5.ume2007-03-312-1/+14 * fix plist.ume2007-01-071-2/+3 * Update to 0.5.0.ume2007-01-062-5/+5 * Update to 0.4.0.ume2006-12-173-28/+7 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-2/+2 * Fix devel/libytnef[1] and others[2] after libtool commit.ade2006-02-241-1/+1 * Conversion to a single libtool environment.ade2006-02-231-2/+4 * fix build after updating of libtools15 to 1.5.22.ume2005-12-281-0/+21