Mercurial > pidgin
changeset 18525:59c361c2f25b
Revert one of the last changes. Always allow drag-drop from the infopane.
The drag-drop annoyed me a few times, but no one else had complained about
it. So there was no reason for changing it.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 13 Jul 2007 16:05:30 +0000 |
parents | 5255cf9a0100 |
children | 09db6fec9dce |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Fri Jul 13 15:24:23 2007 +0000 +++ b/pidgin/gtkconv.c Fri Jul 13 16:05:30 2007 +0000 @@ -7639,10 +7639,6 @@ return TRUE; } - /* If we have more than one tab, then we don't want drag-n-drop from the infopane */ - if (g_list_length(gtkconv->win->gtkconvs) != 1) - return FALSE; - gtkconv->win->in_predrag = TRUE; gtkconv->win->drag_tab = gtk_notebook_page_num(GTK_NOTEBOOK(gtkconv->win->notebook), gtkconv->tab_cont);