# HG changeset patch # User Christian Hammond # Date 1061693089 0 # Node ID 540edd51051b4a39780b6485b64f4289f17fcc9f # Parent b1ea29d1293e9c40f6e5e04e224df2c668c58ae5 [gaim-migrate @ 7117] Updated fortuneprofile.pl. committer: Tailor Script diff -r b1ea29d1293e -r 540edd51051b plugins/fortuneprofile.pl --- a/plugins/fortuneprofile.pl Sun Aug 24 02:43:42 2003 +0000 +++ b/plugins/fortuneprofile.pl Sun Aug 24 02:44:49 2003 +0000 @@ -89,7 +89,7 @@ # output the first message and start the timers... # This is done as a timeout to prevent attempts to set the # profile before logging in. - Gaim::timeout_add($plugin, $seconds, "update_away", NULL); + Gaim::timeout_add($plugin, $seconds, \&update_away, 0); } sub update_away { @@ -122,7 +122,5 @@ } } - Gaim::timeout_add($plugin, $seconds, "update_away", NULL); + Gaim::timeout_add($plugin, $seconds, \&update_away, 0); } - -