aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@src.gnome.org>2005-02-05 14:08:22 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-02-05 14:08:22 +0800
commitc9447e79a2e2071b48e3afeeda022ef3ff4ab857 (patch)
tree2a41acff101881d104c4f1c8a7d7ee43bf8dd128 /calendar/ChangeLog
parent225b984f8c93e95827306c49496e326cb8e4e4f9 (diff)
downloadgsoc2013-evolution-c9447e79a2e2071b48e3afeeda022ef3ff4ab857.tar
gsoc2013-evolution-c9447e79a2e2071b48e3afeeda022ef3ff4ab857.tar.gz
gsoc2013-evolution-c9447e79a2e2071b48e3afeeda022ef3ff4ab857.tar.bz2
gsoc2013-evolution-c9447e79a2e2071b48e3afeeda022ef3ff4ab857.tar.lz
gsoc2013-evolution-c9447e79a2e2071b48e3afeeda022ef3ff4ab857.tar.xz
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/ChangeLog10
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.