From 928749075ce314f9907399771c10f4d541f48229 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 9 Feb 2002 21:22:29 +0000 Subject: Set the correct drop-down menu item. (message_tag_followup_encode): Return 2002-02-09 Jeffrey Stedfast * 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 --- mail/message-tag-followup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/message-tag-followup.h') diff --git a/mail/message-tag-followup.h b/mail/message-tag-followup.h index cb5b7857e1..2f61679664 100644 --- a/mail/message-tag-followup.h +++ b/mail/message-tag-followup.h @@ -70,6 +70,8 @@ struct _MessageTagFollowUp { char *value; GtkOptionMenu *type; + GtkWidget *none; + EDateEdit *target_date; GtkToggleButton *completed; GtkButton *clear; -- cgit v1.2.3