aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2004-04-13 15:10:49 +0800
committerLarry Ewing <lewing@src.gnome.org>2004-04-13 15:10:49 +0800
commit1dfdac328cf8fd46042513dc9950cedb130f4593 (patch)
tree5e4ccae619d22c4654410623470d5404e24e627f /addressbook/ChangeLog
parent4354611e365b25b2cc3466cecc402f47758a06b3 (diff)
downloadgsoc2013-evolution-1dfdac328cf8fd46042513dc9950cedb130f4593.tar
gsoc2013-evolution-1dfdac328cf8fd46042513dc9950cedb130f4593.tar.gz
gsoc2013-evolution-1dfdac328cf8fd46042513dc9950cedb130f4593.tar.bz2
gsoc2013-evolution-1dfdac328cf8fd46042513dc9950cedb130f4593.tar.lz
gsoc2013-evolution-1dfdac328cf8fd46042513dc9950cedb130f4593.tar.xz
gsoc2013-evolution-1dfdac328cf8fd46042513dc9950cedb130f4593.tar.zst
gsoc2013-evolution-1dfdac328cf8fd46042513dc9950cedb130f4593.zip
add GDK_ACTION_COPY to the supported drag types. Connect to the
2004-04-13 Larry Ewing <lewing@ximian.com> * gui/widgets/e-addressbook-view.c (create_table_view): add GDK_ACTION_COPY to the supported drag types. Connect to the table_drag_data_delete callback. (table_drag_data_delete): remove the drag rows. svn path=/trunk/; revision=25427
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index b4a592d03c..36c8e0c231 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,12 @@
+2004-04-13 Larry Ewing <lewing@ximian.com>
+
+ * gui/widgets/e-addressbook-view.c (create_table_view): add
+ GDK_ACTION_COPY to the supported drag types. Connect to the
+ table_drag_data_delete callback.
+ (table_drag_data_delete): remove the drag rows.
+
2004-04-13 Sivaiah Nallagatla <snallagatla@novell.com>
-
+
* gui/component/addressbook.c (addressbook_authenicate):
added a check for new auth type "plain/password"
for groupwise in addressbook_authenicate function