aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-01-03 18:20:36 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-01-03 18:20:36 +0800
commit6cf9a97579df7e95363088485a2e6f2b833ba975 (patch)
treebbe2a0fbb7caa4e0130faf2b4929673e2fa0b7b9 /shell/ChangeLog
parent7e71a8819e5a7bddc0046d9f1e995f248ee428df (diff)
downloadgsoc2013-evolution-6cf9a97579df7e95363088485a2e6f2b833ba975.tar
gsoc2013-evolution-6cf9a97579df7e95363088485a2e6f2b833ba975.tar.gz
gsoc2013-evolution-6cf9a97579df7e95363088485a2e6f2b833ba975.tar.bz2
gsoc2013-evolution-6cf9a97579df7e95363088485a2e6f2b833ba975.tar.lz
gsoc2013-evolution-6cf9a97579df7e95363088485a2e6f2b833ba975.tar.xz
gsoc2013-evolution-6cf9a97579df7e95363088485a2e6f2b833ba975.tar.zst
gsoc2013-evolution-6cf9a97579df7e95363088485a2e6f2b833ba975.zip
** Fix for bug #219197
2008-01-03 Milan Crha <mcrha@redhat.com> ** 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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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 <mcrha@redhat.com>
+
+ ** 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 <sragavan@novell.com>
** Fix for bug #502501