diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-03-06 02:44:04 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-03-06 02:44:04 +0800 |
commit | 550afcd67e9842114e344be88bcd3388f5d6293f (patch) | |
tree | eacc0f166072be8299947211f99078b5a47138f3 /calendar/ChangeLog | |
parent | 30ab2da0006a9c89660240cb05dfabfe0d15b863 (diff) | |
download | gsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.tar.gz gsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.tar.zst gsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.zip |
Query for freebusy information only when the window is clicked.
svn path=/trunk/; revision=33283
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d03bee1a42..cfdf9bfb10 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2007-03-05 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/dialogs/event-page.c: (event_page_fill_component): Set the + description only if summary has some value. + * gui/dialogs/schedule-page.c: (schedule_page_update_free_busy): + * gui/dialogs/schedule-page.h: + * gui/e-meeting-time-sel.[ch]: exposed e_meeting_time_selector_refresh_free_busy. + * gui/dialogs/event-editor.c: (menu_action_freebusy_cb), + (create_schedule_page), (menu_action_freebusy_cmd), + (event_editor_construct): Form the FreeBusy dialog only when the button is + clicked. The FreeBusy queries would not start until the button is clicked. So + the users can choose the appropriate dates in the editor before the clicking + the button. + 2007-02-12 Kjartan Maraas <kmaraas@gnome.org> * gui/e-meeting-list-view.c: (e_meeting_list_view_init): |