Mercurial > pidgin.yaz
changeset 2217:f7f5a23b6f76
[gaim-migrate @ 2227]
forgot this detail
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 06 Sep 2001 00:24:06 +0000 |
parents | 66783ad29e55 |
children | 6d5f7cbf1882 |
files | plugins/autorecon.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/autorecon.c Thu Sep 06 00:21:28 2001 +0000 +++ b/plugins/autorecon.c Thu Sep 06 00:24:06 2001 +0000 @@ -33,7 +33,7 @@ if (!del) del = INITIAL; else - del = 2 * del; + del = MAX(2 * del, MAXTIME); tim = g_timeout_add(del, do_signon, gc->user); g_hash_table_insert(hash, gc->user, (gpointer)del); } else {