[gaim-migrate @ 5883]

Thu, 22 May 2003 16:44:39 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Thu, 22 May 2003 16:44:39 +0000
changeset 5487
48266237aa74
parent 5486
574aed8528ef
child 5488
4b57560bfd4f

[gaim-migrate @ 5883]
I thought it used to be like this. Fixes 662480.

plugins/fortuneprofile.pl file | annotate | diff | comparison | revisions
--- 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");

mercurial