diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-05 07:12:28 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-05 07:12:28 +0800 |
commit | 56ac1ec642fb0713434132a76186290018569f67 (patch) | |
tree | 84514676d9cf41ba687abeb9e320e46979b53167 /shell/ChangeLog | |
parent | 7278ac2b56431724dd4d8afecd8bfb7fc0c72b6e (diff) | |
download | gsoc2013-evolution-56ac1ec642fb0713434132a76186290018569f67.tar.gz gsoc2013-evolution-56ac1ec642fb0713434132a76186290018569f67.tar.zst gsoc2013-evolution-56ac1ec642fb0713434132a76186290018569f67.zip |
Implement.
* e-shell.c (e_shell_prepare_for_quit): Implement.
* Evolution-Component.idl (Component::requestQuit): Make sync
[i.e. just return a boolean instead of using a BonoboListener].
svn path=/trunk/; revision=23639
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 2637f005cc..8778f271e1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-12-04 Ettore Perazzoli <ettore@ximian.com> + + * e-shell.c (e_shell_prepare_for_quit): Implement. + + * Evolution-Component.idl (Component::requestQuit): Make sync + [i.e. just return a boolean instead of using a BonoboListener]. + 2003-12-03 Ettore Perazzoli <ettore@ximian.com> [Fix for #51619.] |