aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2002-11-14 04:03:27 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2002-11-14 04:03:27 +0800
commit422f99755f1f214a44dc66791007ce516594c237 (patch)
treede8e4a486af16127ff02c4c08709763a0a5a4bf8 /calendar/ChangeLog
parent777954dd8ae728870eb9881da9b6de9739b9155f (diff)
downloadgsoc2013-evolution-422f99755f1f214a44dc66791007ce516594c237.tar
gsoc2013-evolution-422f99755f1f214a44dc66791007ce516594c237.tar.gz
gsoc2013-evolution-422f99755f1f214a44dc66791007ce516594c237.tar.bz2
gsoc2013-evolution-422f99755f1f214a44dc66791007ce516594c237.tar.lz
gsoc2013-evolution-422f99755f1f214a44dc66791007ce516594c237.tar.xz
gsoc2013-evolution-422f99755f1f214a44dc66791007ce516594c237.tar.zst
gsoc2013-evolution-422f99755f1f214a44dc66791007ce516594c237.zip
#include <string.h> (obj_removed_cb): Fixed prototype.
2002-11-13 Federico Mena Quintero <federico@ximian.com> * cal-client/cal-query.c: #include <string.h> (obj_removed_cb): Fixed prototype. * cal-client/cal-client.c (get_objects_atomically): Fix use of g_signal_handler_disconnect(). * cal-client/client-test.c (create_client): Add G_CALLBACK casts. svn path=/trunk/; revision=18744
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 054b8d0a2e..2d3a3f061e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2002-11-13 Federico Mena Quintero <federico@ximian.com>
+
+ * cal-client/cal-query.c: #include <string.h>
+ (obj_removed_cb): Fixed prototype.
+
+ * cal-client/cal-client.c (get_objects_atomically): Fix use of
+ g_signal_handler_disconnect().
+
+ * cal-client/client-test.c (create_client): Add G_CALLBACK casts.
+
2002-11-12 Federico Mena Quintero <federico@ximian.com>
* pcs/cal-backend-util.c: #include <string.h>