# HG changeset patch # User Mark Doliner # Date 1129396506 0 # Node ID 9f3129911c955a135a804f662604753e7e499998 # Parent 0940c0077b8c7b45b746a073a730168513d7d8e1 [gaim-migrate @ 13956] Make the same change to HEAD committer: Tailor Script diff -r 0940c0077b8c -r 9f3129911c95 src/protocols/oscar/oscar.c --- 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; }