diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-29 17:10:27 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-29 17:10:27 +0800 |
commit | d30e7f782ee451e13beac4858ba44b3bd390a768 (patch) | |
tree | 969bcfbc3ba6bf7093772e0c2040350399962923 /calendar/ChangeLog | |
parent | 675d1e50a6ffa9442de7ecc6257315a4465dff41 (diff) | |
download | gsoc2013-evolution-d30e7f782ee451e13beac4858ba44b3bd390a768.tar gsoc2013-evolution-d30e7f782ee451e13beac4858ba44b3bd390a768.tar.gz gsoc2013-evolution-d30e7f782ee451e13beac4858ba44b3bd390a768.tar.bz2 gsoc2013-evolution-d30e7f782ee451e13beac4858ba44b3bd390a768.tar.lz gsoc2013-evolution-d30e7f782ee451e13beac4858ba44b3bd390a768.tar.xz gsoc2013-evolution-d30e7f782ee451e13beac4858ba44b3bd390a768.tar.zst gsoc2013-evolution-d30e7f782ee451e13beac4858ba44b3bd390a768.zip |
Fixes #160357
svn path=/trunk/; revision=31755
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ffd6cb6a5d..7100395af9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,25 @@ +2006-03-29 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #160357 [b.n.c] + * gui/e-meeting-store.c: + (ems_init): Initialize the num queries. + (freebusy_async): maintain the num queries count. + (refresh_busy_periods): Set the store to FreeBusy data. + * gui/e-meeting-store.[ch]: + (e_meeting_store_get_num_queries): Get the number of freebusy + queries currently going on. + * gui/e-meeting-time-sel-item.c: + (e_meeting_time_selector_item_init): Added a busy cursor. + (e_meeting_time_selector_item_destroy): + * gui/e-meeting-time-sel-item.h: Added a busy cursor and a function + to reset the normal cursor. + * gui/e-meeting-time-sel.c: + * gui/e-meeting-time-sel.h: + (e_meeting_time_selector_construct): Get the main and top canvas items. + (e_meeting_time_selector_refresh_cb): Set the normal cursor checking the number + of FreeBusy queries. + (e_meeting_time_selector_refresh_free_busy):Set the Busy cursor. + 2006-03-28 Jeff Cai <jeff.cai@sun.com> Fixes #333877 |