Fix the "Quit" command so that the shell actually exits properly.

svn path=/trunk/; revision=10435
This commit is contained in:
Ettore Perazzoli
2001-06-23 06:49:59 +00:00
parent b106b13525
commit c94ca2b00d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-06-23 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view-menu.c (command_quit): Add a `gtk_main_quit()' at
the end here.
2001-06-23 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am: Add rules to build the test component and an

View File

@ -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