diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-05 21:48:41 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-05 21:48:41 +0800 |
commit | b0deb6e8ac61059829c673b091faa2d192a030e0 (patch) | |
tree | 399cccf009b2c251dc51b5c1a59acb776e69254e /mail/ChangeLog | |
parent | fcaaa48d5f3608f44e3ca137e469cfd913e579c7 (diff) | |
download | gsoc2013-evolution-b0deb6e8ac61059829c673b091faa2d192a030e0.tar gsoc2013-evolution-b0deb6e8ac61059829c673b091faa2d192a030e0.tar.gz gsoc2013-evolution-b0deb6e8ac61059829c673b091faa2d192a030e0.tar.bz2 gsoc2013-evolution-b0deb6e8ac61059829c673b091faa2d192a030e0.tar.lz gsoc2013-evolution-b0deb6e8ac61059829c673b091faa2d192a030e0.tar.xz gsoc2013-evolution-b0deb6e8ac61059829c673b091faa2d192a030e0.tar.zst gsoc2013-evolution-b0deb6e8ac61059829c673b091faa2d192a030e0.zip |
Removed old quit code. (owner_unset_cb): Make this call synchronous. Wont
2003-03-05 Not Zed <NotZed@Ximian.com>
* component-factory.c (idle_quit): Removed old quit code.
(owner_unset_cb): Make this call synchronous. Wont cover all
cases but should be ok most of the time.
svn path=/trunk/; revision=20167
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 02a80f2806..fdce71cd37 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2003-03-05 Not Zed <NotZed@Ximian.com> + + * component-factory.c (idle_quit): Removed old quit code. + (owner_unset_cb): Make this call synchronous. Wont cover all + cases but should be ok most of the time. + 2003-03-04 Jeffrey Stedfast <fejj@ximian.com> * mail-search.c: Prototype some functions to shut the compiler up. |