[evolution-patches] 24/12 hour redraw in day view
- From: JP Rosevear <jpr novell com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] 24/12 hour redraw in day view
- Date: Tue, 02 Nov 2004 14:32:07 -0500
-JP
--
JP Rosevear <jpr novell com>
Novell, Inc.
? 2412.patch
? 68707.patch
? bar.patch
? context.patch
? twentyfour.patch
? gui/menu.patch
? gui/non-cursor.patch
? gui/temp.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2557
diff -u -r1.2557 ChangeLog
--- ChangeLog 2 Nov 2004 19:02:03 -0000 1.2557
+++ ChangeLog 2 Nov 2004 19:25:14 -0000
@@ -1,5 +1,10 @@
2004-11-02 JP Rosevear <jpr novell com>
+ * gui/e-day-view-config.c (set_twentyfour_hour): make sure the day
+ view times redraw themselves if we switch 24/12 hour modes
+
+2004-11-02 JP Rosevear <jpr novell com>
+
Fixes #68707
* gui/e-week-view-event-item.c (e_week_view_event_item_draw):
Index: gui/e-day-view-config.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-day-view-config.c,v
retrieving revision 1.6
diff -u -r1.6 e-day-view-config.c
--- gui/e-day-view-config.c 14 Oct 2004 14:44:41 -0000 1.6
+++ gui/e-day-view-config.c 2 Nov 2004 19:25:14 -0000
@@ -203,6 +203,9 @@
use_24_hour = calendar_config_get_24_hour_format ();
e_calendar_view_set_use_24_hour_format (E_CALENDAR_VIEW (day_view), use_24_hour);
+
+ /* To redraw the times */
+ gtk_widget_queue_draw (day_view->time_canvas);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]