diff options
Diffstat (limited to 'calendar/gui/eventedit.h')
-rw-r--r-- | calendar/gui/eventedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/eventedit.h b/calendar/gui/eventedit.h index c2d5d1123f..6de4d09256 100644 --- a/calendar/gui/eventedit.h +++ b/calendar/gui/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; |