aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-16 01:03:25 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-16 01:03:25 +0800
commit07d220cd50802d5d7e21f7f339984e0f3a8eb74a (patch)
tree93fd246de8fdc14d269b3e2568424ccb0ddfda75 /libempathy-gtk
parentf3842fe890a0819331c3a5901437c88b2e88d282 (diff)
parentb27315f5de4084fff748ac12f54b6d23ee7260a7 (diff)
downloadgsoc2013-empathy-07d220cd50802d5d7e21f7f339984e0f3a8eb74a.tar
gsoc2013-empathy-07d220cd50802d5d7e21f7f339984e0f3a8eb74a.tar.gz
gsoc2013-empathy-07d220cd50802d5d7e21f7f339984e0f3a8eb74a.tar.bz2
gsoc2013-empathy-07d220cd50802d5d7e21f7f339984e0f3a8eb74a.tar.lz
gsoc2013-empathy-07d220cd50802d5d7e21f7f339984e0f3a8eb74a.tar.xz
gsoc2013-empathy-07d220cd50802d5d7e21f7f339984e0f3a8eb74a.tar.zst
gsoc2013-empathy-07d220cd50802d5d7e21f7f339984e0f3a8eb74a.zip
Merge commit 'staz/dnd'
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index 58d4569fc..8e8342275 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -94,6 +94,7 @@ enum DndDragType {
};
static const GtkTargetEntry drag_types_dest[] = {
+ { "text/path-list", 0, DND_DRAG_TYPE_URI_LIST },
{ "text/uri-list", 0, DND_DRAG_TYPE_URI_LIST },
{ "text/contact-id", 0, DND_DRAG_TYPE_CONTACT_ID },
{ "text/plain", 0, DND_DRAG_TYPE_STRING },
@@ -101,6 +102,7 @@ static const GtkTargetEntry drag_types_dest[] = {
};
static const GtkTargetEntry drag_types_dest_file[] = {
+ { "text/path-list", 0, DND_DRAG_TYPE_URI_LIST },
{ "text/uri-list", 0, DND_DRAG_TYPE_URI_LIST },
};