Mercurial > pidgin
changeset 8802:1076cd8579ea
[gaim-migrate @ 9564]
It seems to me we'd want this.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 24 Apr 2004 17:54:33 +0000 |
parents | f184c39e3150 |
children | 721899998983 |
files | src/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Sat Apr 24 17:43:12 2004 +0000 +++ b/src/gtkconv.c Sat Apr 24 17:54:33 2004 +0000 @@ -3895,6 +3895,8 @@ c = gaim_conversation_new(GAIM_CONV_IM, b->account, b->name); gaim_conv_window_add_conversation(win, c); + + gtk_drag_finish(dc, TRUE, (dc->action == GDK_ACTION_MOVE), t); } else if (sd->target == gdk_atom_intern("application/x-im-contact", FALSE)) {