From 65dbe3a3855c8419715f5c9cb898c3326878e97b Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 21 Apr 1998 00:29:06 +0000 Subject: Made it use the new paint_row function instead of painting everything 1998-04-20 Federico Mena Quintero * gncal-full-day.c (paint_back): Made it use the new paint_row function instead of painting everything directly. We calculate areas in a smarter way so there is even less flicker than before, especially when selecting regions. * eventedit.c: Sensitize recurrence widgets properly. svn path=/trunk/; revision=171 --- calendar/gui/eventedit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/gui/eventedit.h') diff --git a/calendar/gui/eventedit.h b/calendar/gui/eventedit.h index c7aa5a8405..73dd677d44 100644 --- a/calendar/gui/eventedit.h +++ b/calendar/gui/eventedit.h @@ -33,7 +33,8 @@ typedef struct { GtkWidget *general_radios; GtkWidget *recur_page_label; - GtkWidget *recur_table; + GtkWidget *recur_vbox; + GtkWidget *recur_hbox; GSList *recur_rr_group; GtkWidget *recur_rr_notebook; -- cgit