diff options
author | Chris Toshok <toshok@ximian.com> | 2003-03-27 11:47:24 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-03-27 11:47:24 +0800 |
commit | f6623221aeb0607c698d6c377dc6659dec86440e (patch) | |
tree | 017e57aef0d3002064f630cb268ba01819c256b9 /addressbook/ChangeLog | |
parent | c1c85074dd0171c266c6e12a4247593bb66e54a0 (diff) | |
download | gsoc2013-evolution-f6623221aeb0607c698d6c377dc6659dec86440e.tar.gz gsoc2013-evolution-f6623221aeb0607c698d6c377dc6659dec86440e.tar.zst gsoc2013-evolution-f6623221aeb0607c698d6c377dc6659dec86440e.zip |
[ fixes bug #34085 ] only successfully complete the drag if they dropped a
2003-03-26 Chris Toshok <toshok@ximian.com>
[ fixes bug #34085 ]
* gui/contact-list-editor/e-contact-list-editor.c
(table_drag_data_received_cb): only successfully complete the drag
if they dropped a valid vcard (or vcard list). Call
gtk_drag_finish.
svn path=/trunk/; revision=20539
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 485ef6bda5..11f1c1ca28 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,13 @@ 2003-03-26 Chris Toshok <toshok@ximian.com> + [ fixes bug #34085 ] + * gui/contact-list-editor/e-contact-list-editor.c + (table_drag_data_received_cb): only successfully complete the drag + if they dropped a valid vcard (or vcard list). Call + gtk_drag_finish. + +2003-03-26 Chris Toshok <toshok@ximian.com> + * gui/contact-list-editor/Makefile.am (INCLUDES): $evolution_uidir -> $evolutionuidir |