diff -r e3c0a56d62a6 -r c215bc5d85e4 pidgin/gtkpounce.c --- a/pidgin/gtkpounce.c Sun Feb 13 06:40:09 2011 +0000 +++ b/pidgin/gtkpounce.c Sun Feb 13 07:38:19 2011 +0000 @@ -410,9 +410,9 @@ GtkSelectionData *sd, guint info, guint t, gpointer data) { PidginPounceDialog *dialog; - GdkAtom target = gtk_selection_data_get_target(sd); - const guchar *sd_data = gtk_selection_data_get_data(sd); - + GdkAtom target = gtk_selection_data_get_target(sd); + const guchar *sd_data = gtk_selection_data_get_data(sd); + if (target == gdk_atom_intern("PURPLE_BLIST_NODE", FALSE)) { PurpleBlistNode *node = NULL;