# HG changeset patch
# User Sadrul Habib Chowdhury <imadil@gmail.com>
# Date 1184342730 0
# Node ID 59c361c2f25b818f78f1273e803784c2faf868f3
# Parent  5255cf9a0100829711fb6c2f34fbffd6a1fe2c82
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.

diff -r 5255cf9a0100 -r 59c361c2f25b pidgin/gtkconv.c
--- 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);