diff options
author | JP Rosevear <jpr@ximian.com> | 2003-04-11 17:15:22 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-04-11 17:15:22 +0800 |
commit | 09b7c557f7b10d08147eea91993460ad226c56eb (patch) | |
tree | 00b7062f6135d6191d9d72cb08ea4f888ec04f00 /calendar/ChangeLog | |
parent | 1033a80696b1f2ba90d6abde012b5fa8e405ebea (diff) | |
download | gsoc2013-evolution-09b7c557f7b10d08147eea91993460ad226c56eb.tar gsoc2013-evolution-09b7c557f7b10d08147eea91993460ad226c56eb.tar.gz gsoc2013-evolution-09b7c557f7b10d08147eea91993460ad226c56eb.tar.bz2 gsoc2013-evolution-09b7c557f7b10d08147eea91993460ad226c56eb.tar.lz gsoc2013-evolution-09b7c557f7b10d08147eea91993460ad226c56eb.tar.xz gsoc2013-evolution-09b7c557f7b10d08147eea91993460ad226c56eb.tar.zst gsoc2013-evolution-09b7c557f7b10d08147eea91993460ad226c56eb.zip |
load the default book to look for additional free/busy info in (init):
2003-04-11 JP Rosevear <jpr@ximian.com>
* gui/e-meeting-model.c (start_addressbook_server): load the
default book to look for additional free/busy info in
(init): ugly hack to make sure we get destroyed, set idle id to 0
(process_callbacks): unref the im because we are now done with it
(refresh_busy_periods): set idle id to 0, ref the model and handle
e_book_get_cursor error
svn path=/trunk/; revision=20814
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1786fcc55e..33b3564f4c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2003-04-11 JP Rosevear <jpr@ximian.com> + * gui/e-meeting-model.c (start_addressbook_server): load the + default book to look for additional free/busy info in + (init): ugly hack to make sure we get destroyed, set idle id to 0 + (process_callbacks): unref the im because we are now done with it + (refresh_busy_periods): set idle id to 0, ref the model and handle + e_book_get_cursor error + +2003-04-11 JP Rosevear <jpr@ximian.com> + * gui/e-meeting-time-sel-item.c (e_meeting_time_selector_item_destroy): guard against multiple destroy calls |