aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter/ChangeLog
diff options
context:
space:
mode:
authorCarsten Guenther <carsten.guenther@scalix.com>2005-08-19 01:06:00 +0800
committerCarsten Guenther <carsteng@src.gnome.org>2005-08-19 01:06:00 +0800
commit3f742a182f0ea8f53d4215d2434ed7ec52c8dbc4 (patch)
treef0fd843dabc083e9fbe2ad15d7e9ec2e5b215ee1 /plugins/itip-formatter/ChangeLog
parent4f56bd0a43427ac45f7ca3ca20ca70a6e9696a64 (diff)
downloadgsoc2013-evolution-3f742a182f0ea8f53d4215d2434ed7ec52c8dbc4.tar
gsoc2013-evolution-3f742a182f0ea8f53d4215d2434ed7ec52c8dbc4.tar.gz
gsoc2013-evolution-3f742a182f0ea8f53d4215d2434ed7ec52c8dbc4.tar.bz2
gsoc2013-evolution-3f742a182f0ea8f53d4215d2434ed7ec52c8dbc4.tar.lz
gsoc2013-evolution-3f742a182f0ea8f53d4215d2434ed7ec52c8dbc4.tar.xz
gsoc2013-evolution-3f742a182f0ea8f53d4215d2434ed7ec52c8dbc4.tar.zst
gsoc2013-evolution-3f742a182f0ea8f53d4215d2434ed7ec52c8dbc4.zip
NULL-terminate calls to e_error_run; fixed typos in if-statement; some
2005-08-18 Carsten Guenther <carsten.guenther@scalix.com> * itip-formatter.c: (update_attendee_status): NULL-terminate calls to e_error_run; fixed typos in if-statement; some code cleanup. (cal_opened_cb, final_cal_opened_cb): Removed unnecessary message about not being able to open the calendar. svn path=/trunk/; revision=30158
Diffstat (limited to 'plugins/itip-formatter/ChangeLog')
-rw-r--r--plugins/itip-formatter/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog
index 2379aa180f..2f0abd9d44 100644
--- a/plugins/itip-formatter/ChangeLog
+++ b/plugins/itip-formatter/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-18 Carsten Guenther <carsten.guenther@scalix.com>
+
+ * itip-formatter.c: (update_attendee_status): NULL-terminate
+ calls to e_error_run; fixed typos in if-statement; some code
+ cleanup.
+ (cal_opened_cb, final_cal_opened_cb): Removed unnecessary
+ message about not being able to open the calendar.
+
2005-08-11 Dinesh Layek <LDinesh@novell.com>
Fixes #305627