diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-12 07:32:49 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-12 07:32:49 +0800 |
commit | b265b27dfc1e68424d509a17b9c6466adbae3fc9 (patch) | |
tree | 1e51ab8e242cdba68272961308da8be4ef1f628a /calendar/eventedit.h | |
parent | 5f869ecc19985407b08a29f03afbad7a37e1a43f (diff) | |
download | gsoc2013-evolution-b265b27dfc1e68424d509a17b9c6466adbae3fc9.tar gsoc2013-evolution-b265b27dfc1e68424d509a17b9c6466adbae3fc9.tar.gz gsoc2013-evolution-b265b27dfc1e68424d509a17b9c6466adbae3fc9.tar.bz2 gsoc2013-evolution-b265b27dfc1e68424d509a17b9c6466adbae3fc9.tar.lz gsoc2013-evolution-b265b27dfc1e68424d509a17b9c6466adbae3fc9.tar.xz gsoc2013-evolution-b265b27dfc1e68424d509a17b9c6466adbae3fc9.tar.zst gsoc2013-evolution-b265b27dfc1e68424d509a17b9c6466adbae3fc9.zip |
More work on the recurrence dialog box, day navigation -mig
svn path=/trunk/; revision=126
Diffstat (limited to 'calendar/eventedit.h')
-rw-r--r-- | calendar/eventedit.h | 6 |
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; |