diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-30 07:01:04 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-30 07:01:04 +0800 |
commit | b36ddcbdd5cd0cc57dd7f15931a699bda6499297 (patch) | |
tree | 7fe5c08d39ad166aca7dd2f936a93bbdcccc007b /ChangeLog | |
parent | 96fd9a95558ba087b980bc5bb9a567fe7b02e0a8 (diff) | |
download | gsoc2013-evolution-b36ddcbdd5cd0cc57dd7f15931a699bda6499297.tar.gz 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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |