diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-10-29 08:15:09 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-10-29 08:15:09 +0800 |
commit | a023b22c3f2f126e5c96c1c407ed2d8a0cb55cac (patch) | |
tree | 17216522bcfd6be2eb1be8b8e2bf0c5739b16fe2 /calendar/ChangeLog | |
parent | cda2634eb0dfac52d4f08139d98121a4f4ef4a8b (diff) | |
download | gsoc2013-evolution-a023b22c3f2f126e5c96c1c407ed2d8a0cb55cac.tar.gz gsoc2013-evolution-a023b22c3f2f126e5c96c1c407ed2d8a0cb55cac.tar.zst gsoc2013-evolution-a023b22c3f2f126e5c96c1c407ed2d8a0cb55cac.zip |
removed this function, as we don't need to unref at all the WombatClient
2001-10-28 Rodrigo Moya <rodrigo@ximian.com>
* cal-client/cal-client.c (destroy_wombat_client): removed this
function, as we don't need to unref at all the WombatClient
object, since it is aggregated to the CalListener object, which
will take care of unrefing it (Fixes Ximian #12001)
(cal_client_open_calendar): create the WombatClient here
svn path=/trunk/; revision=14306
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 03f68a97ee..975ee70498 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2001-10-28 Rodrigo Moya <rodrigo@ximian.com> + + * cal-client/cal-client.c (destroy_wombat_client): removed this + function, as we don't need to unref at all the WombatClient + object, since it is aggregated to the CalListener object, which + will take care of unrefing it (Fixes Ximian #12001) + (cal_client_open_calendar): create the WombatClient here + 2001-10-28 Damon Chaplin <damon@ximian.com> * gui/print.c (print_todo_details): get the tasks directly from the |