[evolution-patches] 62728 View not redrawing properly (2.0.1)
- From: JP Rosevear <jpr novell com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] 62728 View not redrawing properly (2.0.1)
- Date: Fri, 03 Sep 2004 14:09:55 -0400
-JP
--
JP Rosevear <jpr novell com>
Novell, Inc.
? 61451.patch
? 62363.patch
? 62728.patch
? cal-conduits.patch
? cal-name.patch
? nav-scroll-2.patch
? nav-scroll-3.patch
? nav-scroll.patch
? sync.patch
? task-default.patch
? task-warning.patch
? gui/Helgdagar_2004.ics
? gui/apps_evolution_calendar-2.0.schemas
? gui/cal-comp.patch
? gui/month.patch
? gui/monthview.patch
? gui/nav-scroll.patch
? gui/navigator.patch
? gui/new-editor-2.patch
? gui/new-editor.patch
? gui/old-e-cal-model.h
? gui/old.c
? gui/scroll.patch
? gui/sel.patch
? gui/summary.patch
? gui/temp2.c
? gui/alarm-notify/alarm.patch
? gui/dialogs/alarm-dialog.gladep
? gui/dialogs/alarm-list-dialog.gladep
? gui/dialogs/calendar-setup.gladep
? gui/dialogs/event-page.gladep
? gui/dialogs/meeting-page.gladep
? gui/dialogs/recurrence-page.gladep
? gui/dialogs/temp.c
? gui/dialogs/temp2.c
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2500.2.2
diff -u -p -r1.2500.2.2 ChangeLog
--- ChangeLog 3 Sep 2004 16:38:54 -0000 1.2500.2.2
+++ ChangeLog 3 Sep 2004 18:07:47 -0000
@@ -1,3 +1,10 @@
+2004-09-03 JP Rosevear <jpr novell com>
+
+ Fixes #62728
+
+ * gui/e-week-view.c (e_week_view_set_week_start_day): trigger a
+ redraw when changing the start day
+
2004-08-31 Rodrigo Moya <rodrigo novell com>
Fixes #62392
Index: gui/e-week-view.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-week-view.c,v
retrieving revision 1.222
diff -u -p -r1.222 e-week-view.c
--- gui/e-week-view.c 2 Aug 2004 07:33:38 -0000 1.222
+++ gui/e-week-view.c 3 Sep 2004 18:07:48 -0000
@@ -1863,6 +1863,9 @@ e_week_view_set_week_start_day (EWeekVie
if (g_date_valid (&week_view->first_day_shown))
e_week_view_set_first_day_shown (week_view,
&week_view->first_day_shown);
+
+ gtk_widget_queue_draw (week_view->titles_canvas);
+ gtk_widget_queue_draw (week_view->main_canvas);
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]