diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-04-10 18:11:16 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-04-10 18:11:16 +0800 |
commit | 79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8 (patch) | |
tree | d4ee9de29c3f2c44a6cd30624808a88a58103f3a /calendar/ChangeLog | |
parent | 05a50698056b0e3610b980d9392c44a24329b06f (diff) | |
download | gsoc2013-evolution-79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8.tar.gz gsoc2013-evolution-79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8.tar.zst gsoc2013-evolution-79a50792491efc77d0bf7b53fdeaa1afd3fa8dd8.zip |
Fixes #163039
svn path=/trunk/; revision=31798
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d4cbbf4090..c36e2e5c2d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2006-04-07 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #163039 + * gui/e-meeting-store.c: (ems_finalize), (ems_init), + (process_callbacks), (refresh_busy_periods): Removed the + async queue, updated the gui via the callback function in a + idle loop as and when we receive the free busy information. + (e_meeting_store_get_num_queries): Fixed a warning. + * gui/e-meeting-store.h: + * gui/e-meeting-time-sel.c: + (e_meeting_time_selector_refresh_cb): Changed the return type of + the function to return a boolean variable. + 2006-04-05 Chenthill Palanisamy <pchenthill@novell.com> Fixes #328808 |