Mercurial > pidgin
changeset 17473:8ff4b838790a
merge of '3e0ab997f4454324e4f09c199b6cbfe58d468122'
and 'd33700551b3093975244f488c15e12c21dd20724'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 04 Jun 2007 02:25:17 +0000 |
parents | 0d65b1438d99 (current diff) ae7a4134e499 (diff) |
children | 2217b738a890 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/silc/silc.c Mon Jun 04 02:16:28 2007 +0000 +++ b/libpurple/protocols/silc/silc.c Mon Jun 04 02:25:17 2007 +0000 @@ -362,7 +362,7 @@ /* Schedule SILC using Glib's event loop */ #ifndef _WIN32 - sg->scheduler = g_timeout_add(5, (GSourceFunc)silcpurple_scheduler, sg); + sg->scheduler = g_timeout_add(50, (GSourceFunc)silcpurple_scheduler, sg); #else sg->scheduler = g_timeout_add(300, (GSourceFunc)silcpurple_scheduler, sg); #endif