diff options
Diffstat (limited to 'calendar/quick-view.c')
-rw-r--r-- | calendar/quick-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/quick-view.c b/calendar/quick-view.c index f1f3a16364..364ea8f691 100644 --- a/calendar/quick-view.c +++ b/calendar/quick-view.c @@ -175,7 +175,7 @@ setup_event_list (QuickView *qv, GList *event_list) 0.0, 0.0, max_width, y); - gnome_canvas_set_size (GNOME_CANVAS (qv->canvas), max_width, y); + gtk_widget_set_usize (qv->canvas, max_width, y); } GtkWidget * |