aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-04-07 08:14:52 +0800
committerHans Petter <hansp@src.gnome.org>2003-04-07 08:14:52 +0800
commit102637d0fe97ccdf3a1131d41d04286b135a6be0 (patch)
tree02f68b6183a61440fd305def30c52431a92fb6bf /calendar/ChangeLog
parent09e4c2360ab1f2974909a5f371f6ae4c6bf4acdc (diff)
downloadgsoc2013-evolution-102637d0fe97ccdf3a1131d41d04286b135a6be0.tar
gsoc2013-evolution-102637d0fe97ccdf3a1131d41d04286b135a6be0.tar.gz
gsoc2013-evolution-102637d0fe97ccdf3a1131d41d04286b135a6be0.tar.bz2
gsoc2013-evolution-102637d0fe97ccdf3a1131d41d04286b135a6be0.tar.lz
gsoc2013-evolution-102637d0fe97ccdf3a1131d41d04286b135a6be0.tar.xz
gsoc2013-evolution-102637d0fe97ccdf3a1131d41d04286b135a6be0.tar.zst
gsoc2013-evolution-102637d0fe97ccdf3a1131d41d04286b135a6be0.zip
Week view part of fix for #39895.
2003-04-06 Hans Petter Jansson <hpj@ximian.com> Week view part of fix for #39895. * gui/e-week-view-main-item.c (e_week_view_main_item_draw_day): Use the UNFOCUSSED colour if we're not focused, rather than not drawing anything. * gui/e-week-view.c: Set up the UNFOCUSSED colour. * gui/e-week-view.h: Add the UNFOCUSSED colour. svn path=/trunk/; revision=20689
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d8f8fc8674..7f9c83496f 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2003-04-06 Hans Petter Jansson <hpj@ximian.com>
+
+ Week view part of fix for #39895.
+
+ * gui/e-week-view-main-item.c (e_week_view_main_item_draw_day):
+ Use the UNFOCUSSED colour if we're not focused, rather than not
+ drawing anything.
+
+ * gui/e-week-view.c: Set up the UNFOCUSSED colour.
+
+ * gui/e-week-view.h: Add the UNFOCUSSED colour.
+
2003-04-04 JP Rosevear <jpr@ximian.com>
Fixes #40790