diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-06-22 22:32:36 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-06-22 22:32:36 +0800 |
commit | 6233ffcdc44f613aed1314ed2c8ac605115b5fa4 (patch) | |
tree | 8cfda10bacc9b6aa392e2ddc7ee5e801eab8d98a /calendar/ChangeLog | |
parent | ca3816102af57541751a1f9a92a8d04a0a7fa3b9 (diff) | |
download | gsoc2013-evolution-6233ffcdc44f613aed1314ed2c8ac605115b5fa4.tar.gz gsoc2013-evolution-6233ffcdc44f613aed1314ed2c8ac605115b5fa4.tar.zst gsoc2013-evolution-6233ffcdc44f613aed1314ed2c8ac605115b5fa4.zip |
Commiting the fix for free busy and sensitizing the attachment bar properly.
svn path=/trunk/; revision=29566
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 877663201d..b5fe6c8872 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,24 @@ +2005-06-22 viren.l <viren@novell.com> + + Fixes #305590 + * gui/e-meeting-store.c: (freebusy_async): + Lock the mutex before invoking e_cal_get_free_busy(), + unlock the mutex after the function call. + +2005-06-22 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/dialogs/comp-editor.c: (real_edit_comp): Do + not sensitize the attachment bar here. + * gui/dialogs/event-editor.c (event_editor_construct): + Do not construct the scheduling page for non organizer + and sensitize the attachment bar. + * gui/dialogs/event-page.c: (event_page_fill_widgets): Need + not call the e_cal_get_object to find if the event is existing + one or not. + * gui/e-calendar-view.c: (e_calendar_view_new_appointment_for), + (e_calendar_view_edit_appointment): Set the user org flags + here itslef. + 2005-06-22 Chenthill Palanisamy <pchenthill@novell.com> * gui/dialogs/comp-editor.c |