Fri, 30 Dec 2005 04:37:26 +0000
[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))