aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/eventedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/eventedit.h')
-rw-r--r--calendar/eventedit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/eventedit.h b/calendar/eventedit.h
index c2d5d1123f..6de4d09256 100644
--- a/calendar/eventedit.h
+++ b/calendar/eventedit.h
@@ -38,17 +38,17 @@ typedef struct {
GSList *recur_group;
GtkWidget *recur_content;
- GtkWidget *recur_content_daily;
GtkWidget *recur_day_period; /* GtkEntry */
- GtkWidget *recur_content_weekly;
GtkWidget *recur_week_period; /* GtkEntry */
GtkWidget *recur_week_days [7];
- GtkWidget *recur_content_monthly;
GtkWidget *recur_month_date;
GtkWidget *recur_month_day;
GtkWidget *recur_month_weekday;
+ GtkWidget *recur_month_period; /* GtkEntry */
+
+ GtkWidget *recur_year_period; /* GtkEntry */
/* The associated ical object */
iCalObject *ical;