diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-28 15:31:21 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-28 15:31:21 +0800 |
commit | 2e2e5d704b4b06f1ab87f13c28b3e1c6d4f76be7 (patch) | |
tree | 038b91f9635a6aaae7870c46a2c140d4ada96d96 /mail/ChangeLog | |
parent | f4938fa55aed5af1c693411155b302b2c8185d4d (diff) | |
download | gsoc2013-evolution-2e2e5d704b4b06f1ab87f13c28b3e1c6d4f76be7.tar.gz gsoc2013-evolution-2e2e5d704b4b06f1ab87f13c28b3e1c6d4f76be7.tar.zst gsoc2013-evolution-2e2e5d704b4b06f1ab87f13c28b3e1c6d4f76be7.zip |
return the right type, related to #53839.
2004-04-28 Not Zed <NotZed@Ximian.com>
* message-list.c (ml_selection_clear_event): return the right
type, related to #53839.
svn path=/trunk/; revision=25656
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0f9f31fbbf..b705728b06 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2004-04-28 Not Zed <NotZed@Ximian.com> + * message-list.c (ml_selection_clear_event): return the right + type, related to #53839. + ** Changed error messages to use EError. 2004-04-27 Not Zed <NotZed@Ximian.com> |