--- a/plugins/perl/common/Gaim.xs Wed Aug 20 10:50:11 2003 +0000 +++ b/plugins/perl/common/Gaim.xs Wed Aug 20 11:02:39 2003 +0000 @@ -11,7 +11,7 @@ const char *func void *arg CODE: - gaim_perl_timeout_add(plugin, 1000 * seconds, func, arg); + gaim_perl_timeout_add(plugin, seconds, func, arg); void debug(category, string)