diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-04-06 17:25:04 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-04-06 17:25:04 +0800 |
commit | d9756961e7535fbb00fa9349a27183e9975a2f04 (patch) | |
tree | a0a916add9d79faa559e7c4cf0f2ff34b4139608 /calendar/ChangeLog | |
parent | 0ee60adcf709d2ff0cd21d844db46f2c8d53cc95 (diff) | |
download | gsoc2013-evolution-d9756961e7535fbb00fa9349a27183e9975a2f04.tar.gz gsoc2013-evolution-d9756961e7535fbb00fa9349a27183e9975a2f04.tar.zst gsoc2013-evolution-d9756961e7535fbb00fa9349a27183e9975a2f04.zip |
Fixes #328808
svn path=/trunk/; revision=31779
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ecfff3733d..d4cbbf4090 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,22 @@ 2006-04-05 Chenthill Palanisamy <pchenthill@novell.com> + Fixes #328808 + * gui/dialogs/event-editor.c: + (event_editor_construct): Set the name selector dialog present in the schedule page + in event page also. + * gui/dialogs/event-page.[ch] + (event_page_get_name_selector): Gets the name selector from the meeting list + view. + * gui/dialogs/schedule-page.[ch] + (schedule_page_set_name_selector): Sets the name selector to the meeting + list view. + * gui/e-meeting-list-view.[ch]: + (e_meeting_list_view_get_name_selector), + (e_meeting_list_view_set_name_selector): Functions to get and set the name + selector. + +2006-04-06 Chenthill Palanisamy <pchenthill@novell.com> + * gui/e-day-view.c: (e_day_view_on_main_canvas_motion): Enable drag and drop of recurring appointments. |