--- a/libgaim/plugins/perl/perl-handlers.c Thu Oct 12 13:42:11 2006 +0000 +++ b/libgaim/plugins/perl/perl-handlers.c Thu Oct 12 20:38:47 2006 +0000 @@ -71,7 +71,8 @@ /* XXX This *will* cease working correctly if context gets changed to * ever be able to hold anything other than a GaimConnection */ if (context != NULL) - XPUSHs(sv_2mortal(gaim_perl_bless_object(context, "Gaim::Connection"))); + XPUSHs(sv_2mortal(gaim_perl_bless_object(context, + "Gaim::Connection"))); else XPUSHs(&PL_sv_undef); PUTBACK;