diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-25 06:29:58 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-25 06:29:58 +0800 |
commit | 6332f975fdf4fe1d935dcfa6473af04594e3b424 (patch) | |
tree | 40b216e860434f9dbb53ae99e76dc4f6369f3478 /calendar/ChangeLog | |
parent | de977a08917d2779005bab85cc796a9ac0b27d0d (diff) | |
download | gsoc2013-evolution-6332f975fdf4fe1d935dcfa6473af04594e3b424.tar.gz gsoc2013-evolution-6332f975fdf4fe1d935dcfa6473af04594e3b424.tar.zst gsoc2013-evolution-6332f975fdf4fe1d935dcfa6473af04594e3b424.zip |
don't unref and ref, the hash table does this
2004-01-24 JP Rosevear <jpr@ximian.com>
* gui/e-tasks.c (e_tasks_add_todo_source): don't unref and ref,
the hash table does this
(e_tasks_remove_todo_source): ditto
Fixes #53281
svn path=/trunk/; revision=24415
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 631af9fbfd..472bab359b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2004-01-24 JP Rosevear <jpr@ximian.com> + + * gui/e-tasks.c (e_tasks_add_todo_source): don't unref and ref, + the hash table does this + (e_tasks_remove_todo_source): ditto + + Fixes #53281 + 2004-01-24 Rodrigo Moya <rodrigo@ximian.com> * gui/e-calendar-table.c (e_calendar_table_init): use the colors from @@ -8,11 +16,6 @@ 2004-01-24 JP Rosevear <jpr@ximian.com> - * gui/tasks-component.c (setup_create_ecal): listen for the - correct notification - -2004-01-24 JP Rosevear <jpr@ximian.com> - * gui/tasks-component.c (delete_task_list_cb): sync the source list after the source removal |