Mercurial > pidgin.yaz
changeset 12679:b18738b03b35
[gaim-migrate @ 15022]
Luke suggested doubling this, but 1 second seemed a bit too long.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 30 Dec 2005 04:37:26 +0000 |
parents | 0f8b80dc9647 |
children | 134e570b3688 |
files | src/gtkblist.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))