diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-21 12:49:40 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-21 12:49:40 +0800 |
commit | 5f339207c90094553276a0db57ca651d5ecf9f14 (patch) | |
tree | 48edfafb2f163981286b50e0030af90bc011878d /mail/ChangeLog | |
parent | 36d70033f6864c496926c6697476742cf66e7471 (diff) | |
download | gsoc2013-evolution-5f339207c90094553276a0db57ca651d5ecf9f14.tar.gz gsoc2013-evolution-5f339207c90094553276a0db57ca651d5ecf9f14.tar.zst gsoc2013-evolution-5f339207c90094553276a0db57ca651d5ecf9f14.zip |
use the right signal callback for the changed signal. Fixes #57246.
2004-04-21 Not Zed <NotZed@Ximian.com>
* em-folder-view.c (emfv_class_init): use the right signal
callback for the changed signal. Fixes #57246.
svn path=/trunk/; revision=25548
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 caf0ad8e3a..12d6bb16f1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2004-04-21 Not Zed <NotZed@Ximian.com> + * em-folder-view.c (emfv_class_init): use the right signal + callback for the changed signal. Fixes #57246. + * mail-component.c (impl_createControls): fix for e_user_creatable_items api changes. (create_item): split out the code to create the item. |