diff options
author | JP Rosevear <jpr@ximian.com> | 2003-03-21 03:36:31 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-03-21 03:36:31 +0800 |
commit | 618f8727980b598ef6bd2d6ea0239e7840f82a4c (patch) | |
tree | d57639ab3fef470147bfefa2ff5828291f917d26 /calendar/ChangeLog | |
parent | 8d9be87caabc2548b11548eeb4697683394301a7 (diff) | |
download | gsoc2013-evolution-618f8727980b598ef6bd2d6ea0239e7840f82a4c.tar.gz gsoc2013-evolution-618f8727980b598ef6bd2d6ea0239e7840f82a4c.tar.zst gsoc2013-evolution-618f8727980b598ef6bd2d6ea0239e7840f82a4c.zip |
calcomponents are gobjects now (calconduit_load_configuration): ref and
2003-03-20 JP Rosevear <jpr@ximian.com>
* conduits/calendar/calendar-conduit.c
(e_calendar_context_destroy): calcomponents are gobjects now
(calconduit_load_configuration): ref and sink to avoid warnings
* conduits/todo/todo-conduit.c (todoconduit_load_configuration):
ref and sink to avoid warnings
(e_todo_context_destroy): calcomponents are gobjects now
svn path=/trunk/; revision=20437
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7cbce3bf51..ea77c1ab76 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2003-03-20 JP Rosevear <jpr@ximian.com> + + * conduits/calendar/calendar-conduit.c + (e_calendar_context_destroy): calcomponents are gobjects now + (calconduit_load_configuration): ref and sink to avoid warnings + + * conduits/todo/todo-conduit.c (todoconduit_load_configuration): + ref and sink to avoid warnings + (e_todo_context_destroy): calcomponents are gobjects now + 2003-03-20 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/cancel-comp.c (cancel_component_dialog): use a |