diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-02-10 05:22:29 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-02-10 05:22:29 +0800 |
commit | 928749075ce314f9907399771c10f4d541f48229 (patch) | |
tree | 80f4f87e1178b5ced2f5011cb35b29739ad884a0 /mail/ChangeLog | |
parent | eeb0091ac1b0e39b1e20d242fd5bc906b2039c1f (diff) | |
download | gsoc2013-evolution-928749075ce314f9907399771c10f4d541f48229.tar.gz gsoc2013-evolution-928749075ce314f9907399771c10f4d541f48229.tar.zst gsoc2013-evolution-928749075ce314f9907399771c10f4d541f48229.zip |
Set the correct drop-down menu item. (message_tag_followup_encode): Return
2002-02-09 Jeffrey Stedfast <fejj@ximian.com>
* message-tag-followup.c (set_widget_values): Set the correct
drop-down menu item.
(message_tag_followup_encode): Return NULL if the type is NONE.
(clear_clicked): Set the drop-down menu to None.
(type_changed): Hide the None menu item.
(construct): Create a None menu item and set it as the default.
svn path=/trunk/; revision=15637
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ea6260731e..79a9b3c2a0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2002-02-09 Jeffrey Stedfast <fejj@ximian.com> + + * message-tag-followup.c (set_widget_values): Set the correct + drop-down menu item. + (message_tag_followup_encode): Return NULL if the type is NONE. + (clear_clicked): Set the drop-down menu to None. + (type_changed): Hide the None menu item. + (construct): Create a None menu item and set it as the default. + 2002-02-08 Jeffrey Stedfast <fejj@ximian.com> * message-tag-followup.[c,h]: New flag-for-followup tag editor |