2004-06-15  JP Rosevear  <jpr@novell.com>

	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
This commit is contained in:
JP Rosevear
2004-06-15 16:35:15 +00:00
committed by JP Rosevear
parent fb0093754d
commit d993ff9c2c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2004-06-15 JP Rosevear <jpr@novell.com>
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 <rodrigo@novell.com>
* gui/dialogs/meeting-page.c (meeting_page_construct): connect

View File

@ -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);
}