Fix the "Quit" command so that the shell actually exits properly.
svn path=/trunk/; revision=10435
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user