# HG changeset patch # User Mark Doliner # Date 1070175309 0 # Node ID 90ed8fcca27ce818e4992423ebb8cfdc8424007a # Parent 30593bf56e713a9bde484ec6ce7b515936666096 [gaim-migrate @ 8312] Take this, typo of death! (And thanks to r2d2, the little droid that could) (Could serve drinks on Tatooine!) committer: Tailor Script diff -r 30593bf56e71 -r 90ed8fcca27c doc/PERL-HOWTO.dox --- a/doc/PERL-HOWTO.dox Sun Nov 30 05:10:24 2003 +0000 +++ b/doc/PERL-HOWTO.dox Sun Nov 30 06:55:09 2003 +0000 @@ -140,7 +140,7 @@ @code -sub connection_signed_on_cb { +sub signed_on_cb { my ($gc, $data) = @_; my $account = $gc->get_account();