diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-20 20:57:23 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-20 20:57:23 +0800 |
commit | 68a1c90579d050bdcee546830afd0cc227ceda70 (patch) | |
tree | 9f55dd6ceb710f72a81212ebff36df71616983d6 /calendar/ChangeLog | |
parent | f8e734336d2bcabd8f75038b8a0b70358f73eef8 (diff) | |
download | gsoc2013-evolution-68a1c90579d050bdcee546830afd0cc227ceda70.tar gsoc2013-evolution-68a1c90579d050bdcee546830afd0cc227ceda70.tar.gz gsoc2013-evolution-68a1c90579d050bdcee546830afd0cc227ceda70.tar.bz2 gsoc2013-evolution-68a1c90579d050bdcee546830afd0cc227ceda70.tar.lz gsoc2013-evolution-68a1c90579d050bdcee546830afd0cc227ceda70.tar.xz gsoc2013-evolution-68a1c90579d050bdcee546830afd0cc227ceda70.tar.zst gsoc2013-evolution-68a1c90579d050bdcee546830afd0cc227ceda70.zip |
Edit button implementation for tasks.
svn path=/trunk/; revision=31254
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 787a9f2a71..cfcb32e899 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2006-01-17 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 + 2006-01-19 Johnny Jacob <johnnyjacob@gmail.com> Fixes #327487 |