aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-followup.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-tag-followup.h')
-rw-r--r--mail/message-tag-followup.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/message-tag-followup.h b/mail/message-tag-followup.h
index b870406260..a31dbd5df0 100644
--- a/mail/message-tag-followup.h
+++ b/mail/message-tag-followup.h
@@ -43,21 +43,21 @@ typedef struct _MessageTagFollowUpClass MessageTagFollowUpClass;
struct _MessageTagFollowUp {
MessageTagEditor parent;
-
+
struct _GtkTreeView *message_list;
-
+
struct _GtkCombo *combo;
-
+
struct _EDateEdit *target_date;
struct _GtkToggleButton *completed;
struct _GtkButton *clear;
-
+
time_t completed_date;
};
struct _MessageTagFollowUpClass {
MessageTagEditorClass parent_class;
-
+
/* virtual methods */
/* signals */
};