Fri, 13 Jul 2007 16:05:30 +0000
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.
| pidgin/gtkconv.c | file | annotate | diff | comparison | revisions |
--- 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);