aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/ChangeLog
diff options
context:
space:
mode:
authorHarry Lu <harry.lu@sun.com>2006-03-06 17:56:30 +0800
committerHarry Lu <haip@src.gnome.org>2006-03-06 17:56:30 +0800
commitefea37666f7a61f329cbd12e0e9d09cff32d45da (patch)
treed6ba59439a997c90efabe366d4517b6902ce75a9 /a11y/ChangeLog
parent93d59c50395b14323cc61509655e16f2f425b2fd (diff)
downloadgsoc2013-evolution-efea37666f7a61f329cbd12e0e9d09cff32d45da.tar
gsoc2013-evolution-efea37666f7a61f329cbd12e0e9d09cff32d45da.tar.gz
gsoc2013-evolution-efea37666f7a61f329cbd12e0e9d09cff32d45da.tar.bz2
gsoc2013-evolution-efea37666f7a61f329cbd12e0e9d09cff32d45da.tar.lz
gsoc2013-evolution-efea37666f7a61f329cbd12e0e9d09cff32d45da.tar.xz
gsoc2013-evolution-efea37666f7a61f329cbd12e0e9d09cff32d45da.tar.zst
gsoc2013-evolution-efea37666f7a61f329cbd12e0e9d09cff32d45da.zip
Fix for 331550.
2006-03-06 Harry Lu <harry.lu@sun.com> Fix for 331550. * calendar/ea-day-view.c: (ea_day_view_get_name): check the visibility of gcal before trying to get label. * calendar/ea-week-view.c: (ea_week_view_get_name): ditto. svn path=/trunk/; revision=31655
Diffstat (limited to 'a11y/ChangeLog')
-rw-r--r--a11y/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index 5ddaffd47d..4060cd0cee 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-06 Harry Lu <harry.lu@sun.com>
+
+ Fix for 331550.
+
+ * calendar/ea-day-view.c: (ea_day_view_get_name): check the visibility of gcal
+ before trying to get label.
+ * calendar/ea-week-view.c: (ea_week_view_get_name): ditto.
+
2006-01-27 Kjartan Maraas <kmaraas@gnome.org>
reviewed by: Harish Krishnaswamy <kharish@novell.com>