Mercurial > pidgin.yaz
changeset 11670:9f3129911c95
[gaim-migrate @ 13956]
Make the same change to HEAD
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 15 Oct 2005 17:15:06 +0000 |
parents | 0940c0077b8c |
children | 4ebd27e664c4 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Sat Oct 15 16:39:31 2005 +0000 +++ b/src/protocols/oscar/oscar.c Sat Oct 15 17:15:06 2005 +0000 @@ -5125,7 +5125,7 @@ * too quickly. */ if (od->getinfotimer == 0) - od->getinfotimer = gaim_timeout_add(1500, gaim_reqinfo_timeout_cb, sess); + od->getinfotimer = gaim_timeout_add(10000, gaim_reqinfo_timeout_cb, sess); return 1; }