diff options
author | JP Rosevear <jpr@novell.com> | 2004-11-26 21:12:08 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-11-26 21:12:08 +0800 |
commit | 686e2dabe9ecfb69423dc50f84d012eb06b98dde (patch) | |
tree | 353910863bfaa43fba1adeb1e9dfbee5e0ace3de /calendar/ChangeLog | |
parent | 23adb07f7d1634735a72233c2f169e83af2ed871 (diff) | |
download | gsoc2013-evolution-686e2dabe9ecfb69423dc50f84d012eb06b98dde.tar gsoc2013-evolution-686e2dabe9ecfb69423dc50f84d012eb06b98dde.tar.gz gsoc2013-evolution-686e2dabe9ecfb69423dc50f84d012eb06b98dde.tar.bz2 gsoc2013-evolution-686e2dabe9ecfb69423dc50f84d012eb06b98dde.tar.lz gsoc2013-evolution-686e2dabe9ecfb69423dc50f84d012eb06b98dde.tar.xz gsoc2013-evolution-686e2dabe9ecfb69423dc50f84d012eb06b98dde.tar.zst gsoc2013-evolution-686e2dabe9ecfb69423dc50f84d012eb06b98dde.zip |
prevent crash if there is no description
2004-11-26 JP Rosevear <jpr@novell.com>
* gui/alarm-notify/alarm-queue.c (display_notification): prevent
crash if there is no description
svn path=/trunk/; revision=27994
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 566e77b4a9..dbad295e2d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-11-26 JP Rosevear <jpr@novell.com> + + * gui/alarm-notify/alarm-queue.c (display_notification): prevent + crash if there is no description + 2004-11-25 Harish Krishnaswamy <kharish@novell.com> * gui/calendar-component.c: |