aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorHarry Lu <harry.lu@sun.com>2006-03-28 12:46:47 +0800
committerHarry Lu <haip@src.gnome.org>2006-03-28 12:46:47 +0800
commitb35d81ae0829510bcf40e1109be10bee917300cb (patch)
tree769487550cf8b2ba9a65752c3e268b3e460d6bc5 /calendar/ChangeLog
parent945bf85e618b768cae86a272fe7b452141d90713 (diff)
downloadgsoc2013-evolution-b35d81ae0829510bcf40e1109be10bee917300cb.tar
gsoc2013-evolution-b35d81ae0829510bcf40e1109be10bee917300cb.tar.gz
gsoc2013-evolution-b35d81ae0829510bcf40e1109be10bee917300cb.tar.bz2
gsoc2013-evolution-b35d81ae0829510bcf40e1109be10bee917300cb.tar.lz
gsoc2013-evolution-b35d81ae0829510bcf40e1109be10bee917300cb.tar.xz
gsoc2013-evolution-b35d81ae0829510bcf40e1109be10bee917300cb.tar.zst
gsoc2013-evolution-b35d81ae0829510bcf40e1109be10bee917300cb.zip
Fix for 333693. need to see if source is NULL to avoid a CRITICAL warning.
2006-03-28 Harry Lu <harry.lu@sun.com> Fix for 333693. * gui/calendar-component.c: (update_task_selection): need to see if source is NULL to avoid a CRITICAL warning. svn path=/trunk/; revision=31748
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f2431689e4..de888ddd99 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-28 Harry Lu <harry.lu@sun.com>
+
+ Fix for 333693.
+ * gui/calendar-component.c: (update_task_selection): need to see if
+ source is NULL to avoid a CRITICAL warning.
+
2006-03-23 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #329502