From e9ec4c0f6a3e01a7025952962eb81e047bc6da16 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 22 Apr 1998 05:40:36 +0000 Subject: Perfection comes in many disguises -mig svn path=/trunk/; revision=184 --- calendar/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/main.c') diff --git a/calendar/main.c b/calendar/main.c index 581004ac82..b7e7ad0b37 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -166,7 +166,7 @@ day_range_changed (void) for (l = all_calendars; l; l = l->next){ GnomeCalendar *cal = GNOME_CALENDAR (l->data); - gtk_widget_queue_draw (cal->notebook); + gtk_widget_queue_resize (cal->notebook); } } -- cgit v1.2.3