[gaim-migrate @ 15022]

Fri, 30 Dec 2005 04:37:26 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Fri, 30 Dec 2005 04:37:26 +0000
changeset 12679
42fa0799eef6
parent 12678
2dfadf977def
child 12680
eae090e4bf7c

[gaim-migrate @ 15022]
Luke suggested doubling this, but 1 second seemed a bit too long.

src/gtkblist.c file | annotate | diff | comparison | revisions
--- a/src/gtkblist.c	Fri Dec 30 03:29:02 2005 +0000
+++ b/src/gtkblist.c	Fri Dec 30 04:37:26 2005 +0000
@@ -2433,7 +2433,11 @@
 	GtkTreePath *path;
 	int delay;
 
-	delay = 500;
+	/*
+	 * When dragging a buddy into a contact, this is the delay before
+	 * the contact auto-expands.
+	 */
+	delay = 900;
 
 	if (gtkblist->drag_timeout) {
 		if ((y > gtkblist->tip_rect.y) && ((y - gtkblist->tip_rect.height) < gtkblist->tip_rect.y))

mercurial