aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-06-04 01:55:54 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-06-04 01:55:54 +0800
commitdae1aa0ac0d5aa9e220f9de63b30f65ee0961665 (patch)
tree5e903ece06ebf7d1d1e35e4d71e24a2ad5e91c49 /calendar
parent6c4c85bd28d77115622bf384a61768ee5358ab93 (diff)
downloadgsoc2013-evolution-dae1aa0ac0d5aa9e220f9de63b30f65ee0961665.tar
gsoc2013-evolution-dae1aa0ac0d5aa9e220f9de63b30f65ee0961665.tar.gz
gsoc2013-evolution-dae1aa0ac0d5aa9e220f9de63b30f65ee0961665.tar.bz2
gsoc2013-evolution-dae1aa0ac0d5aa9e220f9de63b30f65ee0961665.tar.lz
gsoc2013-evolution-dae1aa0ac0d5aa9e220f9de63b30f65ee0961665.tar.xz
gsoc2013-evolution-dae1aa0ac0d5aa9e220f9de63b30f65ee0961665.tar.zst
gsoc2013-evolution-dae1aa0ac0d5aa9e220f9de63b30f65ee0961665.zip
Fixes #59481
2004-06-03 Rodrigo Moya <rodrigo@novell.com> Fixes #59481 * gui/e-tasks.c (set_status_message): don't use vsprintf with NULL strings, crashes on FreeBSD. svn path=/trunk/; revision=26177
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9a9e8a5502..abf48025b2 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,8 +1,12 @@
2004-06-03 Rodrigo Moya <rodrigo@novell.com>
+ Fixes #59481
+
* gui/e-tasks.c (set_status_message): don't use vsprintf with
NULL strings, crashes on FreeBSD.
+2004-06-03 Rodrigo Moya <rodrigo@novell.com>
+
* gui/dialogs/comp-editor-page.c
(comp_editor_page_notify_client_changed): update the internal client
when it changes.