diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-12 22:10:13 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-13 15:50:56 +0800 |
commit | 36211fc1a6e977c82e1f6467691a499fe6b68410 (patch) | |
tree | 5b04deecd28704dd75d1ad24f2679950750c2f7f /libempathy-gtk/empathy-individual-linker.c | |
parent | 656e9addef5ab7c5d3dc21fc0c502a15fc94331e (diff) | |
download | gsoc2013-empathy-36211fc1a6e977c82e1f6467691a499fe6b68410.tar gsoc2013-empathy-36211fc1a6e977c82e1f6467691a499fe6b68410.tar.gz gsoc2013-empathy-36211fc1a6e977c82e1f6467691a499fe6b68410.tar.bz2 gsoc2013-empathy-36211fc1a6e977c82e1f6467691a499fe6b68410.tar.lz gsoc2013-empathy-36211fc1a6e977c82e1f6467691a499fe6b68410.tar.xz gsoc2013-empathy-36211fc1a6e977c82e1f6467691a499fe6b68410.tar.zst gsoc2013-empathy-36211fc1a6e977c82e1f6467691a499fe6b68410.zip |
rename text/{persona,individual}-id as they are not standard
https://bugzilla.gnome.org/show_bug.cgi?id=648315
Diffstat (limited to 'libempathy-gtk/empathy-individual-linker.c')
-rw-r--r-- | libempathy-gtk/empathy-individual-linker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-linker.c b/libempathy-gtk/empathy-individual-linker.c index 54663ef26..793c2827f 100644 --- a/libempathy-gtk/empathy-individual-linker.c +++ b/libempathy-gtk/empathy-individual-linker.c @@ -280,7 +280,7 @@ individual_view_drag_motion_cb (GtkWidget *widget, target = gtk_drag_dest_find_target (GTK_WIDGET (view), context, NULL); - if (target == gdk_atom_intern_static_string ("text/persona-id")) + if (target == gdk_atom_intern_static_string ("text/x-persona-id")) { GtkTreePath *path; |