From b265b27dfc1e68424d509a17b9c6466adbae3fc9 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sat, 11 Apr 1998 23:32:49 +0000 Subject: More work on the recurrence dialog box, day navigation -mig svn path=/trunk/; revision=126 --- calendar/gui/eventedit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'calendar/gui/eventedit.h') 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; -- cgit v1.2.3