diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-02-05 14:08:22 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-02-05 14:08:22 +0800 |
commit | c9447e79a2e2071b48e3afeeda022ef3ff4ab857 (patch) | |
tree | 2a41acff101881d104c4f1c8a7d7ee43bf8dd128 /calendar/ChangeLog | |
parent | 225b984f8c93e95827306c49496e326cb8e4e4f9 (diff) | |
download | gsoc2013-evolution-c9447e79a2e2071b48e3afeeda022ef3ff4ab857.tar.gz gsoc2013-evolution-c9447e79a2e2071b48e3afeeda022ef3ff4ab857.tar.zst gsoc2013-evolution-c9447e79a2e2071b48e3afeeda022ef3ff4ab857.zip |
fix the dnd woes on calendar attachments. gui/dialogs/cal-attachment-bar.c
* gui/dialogs/comp-editor.c (attach_message), (drop_action),
(drop_popup_copy), (drop_popup_move), (drop_popup_cancel),
(drop_popup_free), (drag_data_received), (drag_motion),
(comp_editor_class_init), (comp_editor_init), (real_edit_comp):
fix the dnd woes on calendar attachments.
* gui/dialogs/cal-attachment-bar.c
* (add_from_file): reuse mail composer's error message.
svn path=/trunk/; revision=28715
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 7b59a7b45c..4b4a7d1ef3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2005-02-05 Harish Krishnaswamy <kharish@novell.com> + + * gui/dialogs/comp-editor.c (attach_message), (drop_action), + (drop_popup_copy), (drop_popup_move), (drop_popup_cancel), + (drop_popup_free), (drag_data_received), (drag_motion), + (comp_editor_class_init), (comp_editor_init), (real_edit_comp): + fix the dnd woes on calendar attachments. + * gui/dialogs/cal-attachment-bar.c (add_from_file): reuse + mail composer's error message. + 2005-02-04 Harry Lu <harry.lu@sun.com> Add a11y name for attachment button and bars. |