aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/main.c')
-rw-r--r--calendar/main.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}