# HG changeset patch # User Sean Egan # Date 1053621879 0 # Node ID 3b0acfecf094da313fa4ec9e40290b9a8e4b1dbe # Parent d44a62911183487dcb3ce43ceb4a86ee3541fb91 [gaim-migrate @ 5883] I thought it used to be like this. Fixes 662480. committer: Tailor Script diff -r d44a62911183 -r 3b0acfecf094 plugins/fortuneprofile.pl --- a/plugins/fortuneprofile.pl Thu May 22 16:24:54 2003 +0000 +++ b/plugins/fortuneprofile.pl Thu May 22 16:44:39 2003 +0000 @@ -94,4 +94,5 @@ } # output the first message and start the timers... -update_away(); +# This is done as a timeout to prevent attempts to set the profile before logging in. +GAIM::add_timeout_handler($handle, $seconds, "update_away");