aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-followup.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-10 05:22:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-10 05:22:29 +0800
commit928749075ce314f9907399771c10f4d541f48229 (patch)
tree80f4f87e1178b5ced2f5011cb35b29739ad884a0 /mail/message-tag-followup.h
parenteeb0091ac1b0e39b1e20d242fd5bc906b2039c1f (diff)
downloadgsoc2013-evolution-928749075ce314f9907399771c10f4d541f48229.tar
gsoc2013-evolution-928749075ce314f9907399771c10f4d541f48229.tar.gz
gsoc2013-evolution-928749075ce314f9907399771c10f4d541f48229.tar.bz2
gsoc2013-evolution-928749075ce314f9907399771c10f4d541f48229.tar.lz
gsoc2013-evolution-928749075ce314f9907399771c10f4d541f48229.tar.xz
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/message-tag-followup.h')
-rw-r--r--mail/message-tag-followup.h2
1 files changed, 2 insertions, 0 deletions
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;