diff options
author | Irene Huang <Irene.Huang@sun.com> | 2006-01-23 14:45:03 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-01-23 14:45:03 +0800 |
commit | c54437a87bfcdb8bffedc0186b5fdaca53dc59b0 (patch) | |
tree | cf7730bfcd96819ab16dc90ad12abd99468554f0 /calendar/ChangeLog | |
parent | bf60b8fe359c3d9f26f45a25f38752d9290a3bca (diff) | |
download | gsoc2013-evolution-c54437a87bfcdb8bffedc0186b5fdaca53dc59b0.tar.gz gsoc2013-evolution-c54437a87bfcdb8bffedc0186b5fdaca53dc59b0.tar.zst gsoc2013-evolution-c54437a87bfcdb8bffedc0186b5fdaca53dc59b0.zip |
Fixes #327958
2006-01-23 Irene Huang <Irene.Huang@sun.com>
Fixes #327958
* gui/e-calendar-view.c: (e_calendar_view_get_tooltips):
Check if ptr==NULL, for special occassion with SunOne
accouts.
svn path=/trunk/; revision=31269
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 863e9acc37..f8be8aee01 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2006-01-23 Irene Huang <Irene.Huang@sun.com> + + Fixes #327958 + + * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): + Check if ptr==NULL, for special occassion with SunOne + accouts. + 2006-01-16 Chenthill Palanisamy <pchenthill@novell.com> Fixes #326478 |