diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-08-18 19:20:23 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-08-18 19:20:23 +0800 |
commit | 4f56bd0a43427ac45f7ca3ca20ca70a6e9696a64 (patch) | |
tree | fca0bbade652c437cc8aedf4d3b12ad11ae457ec /calendar/ChangeLog | |
parent | 38909705f4d3f23febcee4f16114f9dc07d38f06 (diff) | |
download | gsoc2013-evolution-4f56bd0a43427ac45f7ca3ca20ca70a6e9696a64.tar gsoc2013-evolution-4f56bd0a43427ac45f7ca3ca20ca70a6e9696a64.tar.gz gsoc2013-evolution-4f56bd0a43427ac45f7ca3ca20ca70a6e9696a64.tar.bz2 gsoc2013-evolution-4f56bd0a43427ac45f7ca3ca20ca70a6e9696a64.tar.lz gsoc2013-evolution-4f56bd0a43427ac45f7ca3ca20ca70a6e9696a64.tar.xz gsoc2013-evolution-4f56bd0a43427ac45f7ca3ca20ca70a6e9696a64.tar.zst gsoc2013-evolution-4f56bd0a43427ac45f7ca3ca20ca70a6e9696a64.zip |
Show the attachment bar menu items when needed.
svn path=/trunk/; revision=30157
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8b8e7b8851..905de743b4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,25 @@ +2005-08-02 Viren.l <lviren@novell.com> + + * gui/dialogs/meeting-page.c:(meeting_page_fill_widgets): + Removed sensitizing of Add, Remove & Invite buttons. + Assigned user_org using CompEditorPageFlags. + * gui/dialogs/recurrence-page.c: (sensitize_button): + Added a check for COMP_EDITOR_PAGE_MEETING. + * gui/dialogs/event-page.c: (sensitize_widgets): + Added sensitize boolean variable to store the && operation of + user_org,!read_only. + * gui/dialogs/event-editor.c: (show_meeting): + If user is not organizer dont allow the widget to receive + notification of drags. + * gui/e-cal-popup.[ch]: (e_cal_popup_target_new_attachments): + Added a flag E_CAL_POPUP_ATTACHMENTS_MODIFY and set it in the + e_cal_popup_target_new_attachments function. + * gui/dialogs/comp-editor.c: Added visibility mask + to Remove and Add attachments popup menus. + Removed function comp_editor_sensitize_attachment_bar which + is no longer required. + * gui/dialogs/task-editor.c: (task_editor_construct): + Removed call made to comp_editor_sensitize_attachment_bar. 2005-08-16 Not Zed <NotZed@Ximian.com> ** See bug #312668. |