diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-17 00:22:34 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-17 00:22:34 +0800 |
commit | 9f394f43fa18d4d3046df2564b8d3a0266508881 (patch) | |
tree | 19161427c863b72e7e3bbda916f21a5e848f264c /calendar/ChangeLog | |
parent | 12cb4aa5b77134ff198566f4c4df52bbfc8d0e1e (diff) | |
download | gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar.gz gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar.bz2 gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar.lz gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar.xz gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.tar.zst gsoc2013-evolution-9f394f43fa18d4d3046df2564b8d3a0266508881.zip |
Implements the edit button
svn path=/trunk/; revision=31218
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 38fcafa81e..769932fc71 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2006-01-16 Johnny Jacob <johnnyjacob@gmail.com> + + * gui/dialogs/event-page.c (edit_button_cb): Added. + edit the selected attendee. + (sensitize_widgets) : enable/disable edit button and + Attendee list view. + (button_press_event) : don't popup the menu if editing is + disabled. + (get_widgets) : get and connect signals for edit button + * gui/e-meetings-list-view.ch (e_meeting_list_view_set_editable ) : + Added. set/unset the editable property of list view. + 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * gui/calendar-component.c: (impl__get_userCreatableItems): |