From d993ff9c2cb7253f9007e8a57c3085e093f4042b Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 15 Jun 2004 16:35:15 +0000 Subject: Fixes #57393 2004-06-15 JP Rosevear Fixes #57393 * gui/e-week-view.c (e_week_view_set_compress_weekend): redraw the titles as well since the spacing is different svn path=/trunk/; revision=26351 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-week-view.c | 1 + 2 files changed, 8 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1c9fd30a38..f413ebf401 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-06-15 JP Rosevear + + Fixes #57393 + + * gui/e-week-view.c (e_week_view_set_compress_weekend): redraw the + titles as well since the spacing is different + 2004-06-15 Rodrigo Moya * gui/dialogs/meeting-page.c (meeting_page_construct): connect diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index 4f7387d4d9..fc1164df7f 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -1795,6 +1795,7 @@ e_week_view_set_compress_weekend (EWeekView *week_view, e_week_view_check_layout (week_view); } + gtk_widget_queue_draw (week_view->titles_canvas); gtk_widget_queue_draw (week_view->main_canvas); } -- cgit v1.2.3