diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-05-08 22:29:05 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-05-08 22:29:05 +0800 |
commit | 50e6527820f4921e5648d38a712bfc43e1d3f835 (patch) | |
tree | 8417c93328c51b0ee47094e81d5509d5057f3d60 /mail/ChangeLog | |
parent | 9622bc19df0e515248c964c489ace87082a27690 (diff) | |
download | gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar.gz gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar.bz2 gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar.lz gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar.xz gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.tar.zst gsoc2013-evolution-50e6527820f4921e5648d38a712bfc43e1d3f835.zip |
Change so there's no race conditions between the folder info and the session stuff
svn path=/trunk/; revision=16723
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a412c3dfe2..83e8b92d66 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2002-05-08 Iain Holmes <iain@ximian.com> + + * component-factory.c (owner_set_cb): Tell the folder info listeners + that they're ready. + + * folder-info.c: Add a property bag to the CORBAObject. + (do_get_info): Remove a load of cruft. Add some error checks. + (do_free_info): Unref the listener. + (destroy): Unref the propertybag. + (set_prop): Set the property. + (get_prop): Get the property. + (evolution_folder_info_factory_fn): Create a propertybag. + (evolution_folder_info_notify_ready): Notify all the listeners that + the folder info is ready for querying. + 2002-05-08 Not Zed <NotZed@Ximian.com> * mail-autofilter.c (mail_filter_rename_uri): Changed for |