aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-04-27 20:18:34 +0800
committerTor Lillqvist <tml@src.gnome.org>2006-04-27 20:18:34 +0800
commite3e04c94352282f43d26513f4720b7c8ad96ad2a (patch)
tree0e700b23fe9d3f391a5eb894067b887835c16be1 /calendar/ChangeLog
parentdace8f4623d5439b900ecc2059b53675ec0f5ff4 (diff)
downloadgsoc2013-evolution-e3e04c94352282f43d26513f4720b7c8ad96ad2a.tar
gsoc2013-evolution-e3e04c94352282f43d26513f4720b7c8ad96ad2a.tar.gz
gsoc2013-evolution-e3e04c94352282f43d26513f4720b7c8ad96ad2a.tar.bz2
gsoc2013-evolution-e3e04c94352282f43d26513f4720b7c8ad96ad2a.tar.lz
gsoc2013-evolution-e3e04c94352282f43d26513f4720b7c8ad96ad2a.tar.xz
gsoc2013-evolution-e3e04c94352282f43d26513f4720b7c8ad96ad2a.tar.zst
gsoc2013-evolution-e3e04c94352282f43d26513f4720b7c8ad96ad2a.zip
Fix crash: Should use a GdkColor struct as such here, not a pointer.
2006-04-27 Tor Lillqvist <tml@novell.com> * gui/e-day-view-main-item.c (e_day_view_main_item_draw_long_events_in_vbars): Fix crash: Should use a GdkColor struct as such here, not a pointer. * gui/dialogs/event-editor.c (event_editor_init): Construct pathname to query-free-busy.png at run-time. Fixes Win32 build broken by the fix for #321832 below. svn path=/trunk/; revision=31917
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4dd9c92df3..4c6611b4b3 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-27 Tor Lillqvist <tml@novell.com>
+
+ * gui/e-day-view-main-item.c
+ (e_day_view_main_item_draw_long_events_in_vbars): Fix crash:
+ Should use a GdkColor struct as such here, not a pointer.
+
+ * gui/dialogs/event-editor.c (event_editor_init): Construct
+ pathname to query-free-busy.png at run-time. Fixes Win32 build
+ broken by the fix for #321832 below.
+
2006-04-26 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #328194