aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-03-30 07:01:04 +0800
committerChris Lahey <clahey@src.gnome.org>2000-03-30 07:01:04 +0800
commitb36ddcbdd5cd0cc57dd7f15931a699bda6499297 (patch)
tree7fe5c08d39ad166aca7dd2f936a93bbdcccc007b /ChangeLog
parent96fd9a95558ba087b980bc5bb9a567fe7b02e0a8 (diff)
downloadgsoc2013-evolution-b36ddcbdd5cd0cc57dd7f15931a699bda6499297.tar
gsoc2013-evolution-b36ddcbdd5cd0cc57dd7f15931a699bda6499297.tar.gz
gsoc2013-evolution-b36ddcbdd5cd0cc57dd7f15931a699bda6499297.tar.bz2
gsoc2013-evolution-b36ddcbdd5cd0cc57dd7f15931a699bda6499297.tar.lz
gsoc2013-evolution-b36ddcbdd5cd0cc57dd7f15931a699bda6499297.tar.xz
gsoc2013-evolution-b36ddcbdd5cd0cc57dd7f15931a699bda6499297.tar.zst
gsoc2013-evolution-b36ddcbdd5cd0cc57dd7f15931a699bda6499297.zip
Fixed management of the corba-cursor object by calling
2000-03-29 Christopher James Lahey <clahey@helixcode.com> * addressbook/backend/ebook/e-card-cursor.c: Fixed management of the corba-cursor object by calling CORBA_Object_duplicate on it on e-card-cursor creation and calling CORBA_Object_release on e-card-cursor destruction. Also, properly free string returned from Evolution_CardCursor_get_nth function. svn path=/trunk/; revision=2249
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0bf809122..409b4ffd54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-03-29 Christopher James Lahey <clahey@helixcode.com>
+
+ * addressbook/backend/ebook/e-card-cursor.c: Fixed management of
+ the corba-cursor object by calling CORBA_Object_duplicate on it on
+ e-card-cursor creation and calling CORBA_Object_release on
+ e-card-cursor destruction. Also, properly free string returned
+ from Evolution_CardCursor_get_nth function.
+
2000-03-29 Matt Loper <matt@helixcode.com>
* addressbook/backend/ebook/test-client.c (get_cursor_cb): Added