diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c index c8e802b985..b4b1870a1f 100644 --- a/shell/main.c +++ b/shell/main.c @@ -151,6 +151,7 @@ idle_cb (void *data) e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, _("Cannot access the Evolution shell.")); CORBA_exception_free (&ev); + gtk_main_quit (); return FALSE; } |