diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-04-01 16:44:56 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-04-01 16:44:56 +0800 |
commit | 113a8f574a582aecca3deb42ca97c95002a3a8a2 (patch) | |
tree | c4148ada18de41d4fa8417fd684b50880847d75b /calendar/ChangeLog | |
parent | c43effa4ea33361f4aa573747036ab932270b9e4 (diff) | |
download | gsoc2013-evolution-113a8f574a582aecca3deb42ca97c95002a3a8a2.tar gsoc2013-evolution-113a8f574a582aecca3deb42ca97c95002a3a8a2.tar.gz gsoc2013-evolution-113a8f574a582aecca3deb42ca97c95002a3a8a2.tar.bz2 gsoc2013-evolution-113a8f574a582aecca3deb42ca97c95002a3a8a2.tar.lz gsoc2013-evolution-113a8f574a582aecca3deb42ca97c95002a3a8a2.tar.xz gsoc2013-evolution-113a8f574a582aecca3deb42ca97c95002a3a8a2.tar.zst gsoc2013-evolution-113a8f574a582aecca3deb42ca97c95002a3a8a2.zip |
Fixes #73879 Added a function to sensitize/desensitize the attachment bar.
2005-03-31 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73879
* gui/dialogs/comp-editor.[ch]:
(comp_editor_sensitize_attachment_bar): Added a function
to sensitize/desensitize the attachment bar.
(comp_editor_notify_client_changed): When client changes
sensitize the attachment bar.
* gui/dialogs/event-editor.c: (event_editor_construct):
* gui/dialogs/task-editor.c: (task_editor_construct): Sensitize
the attachment bar.
svn path=/trunk/; revision=29146
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 aed411742e..9acd501c05 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,17 @@ 2005-03-31 Chenthill Palanisamy <pchenthill@novell.com> + Fixes #73879 + * gui/dialogs/comp-editor.[ch]: + (comp_editor_sensitize_attachment_bar): Added a function + to sensitize/desensitize the attachment bar. + (comp_editor_notify_client_changed): When client changes + sensitize the attachment bar. + * gui/dialogs/event-editor.c: (event_editor_construct): + * gui/dialogs/task-editor.c: (task_editor_construct): Sensitize + the attachment bar. + +2005-03-31 Chenthill Palanisamy <pchenthill@novell.com> + Fixes #73969 * gui/e-calendar-view.c: (delete_event): Remove the recurrence id property if its present. |