From 6cf9a97579df7e95363088485a2e6f2b833ba975 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 3 Jan 2008 10:20:36 +0000 Subject: ** Fix for bug #219197 2008-01-03 Milan Crha ** Fix for bug #219197 * e-shell.h: * e-shell.c: (e_shell_can_quit), (e_shell_do_quit), (e_shell_quit): Call of e_shell_quit divided into two functions, one to check if quit is acceptable by all components and second to do quit. * main.c: (gnome_master_client_save_yourself_cb), (gnome_master_client_die_cb), (main): Quit application when session dies. svn path=/trunk/; revision=34754 --- shell/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 01e31ac4a3..1f4a95bdd2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2008-01-03 Milan Crha + + ** Fix for bug #219197 + + * e-shell.h: + * e-shell.c: (e_shell_can_quit), (e_shell_do_quit), (e_shell_quit): + Call of e_shell_quit divided into two functions, one to check if quit + is acceptable by all components and second to do quit. + * main.c: (gnome_master_client_save_yourself_cb), + (gnome_master_client_die_cb), (main): + Quit application when session dies. + 2007-12-10 Srinivasa Ragavan ** Fix for bug #502501 -- cgit