diff -r 20dd598144a9 -r 3584d93ae63c plugins/perl/perl-handlers.c --- a/plugins/perl/perl-handlers.c Sat Jan 14 06:28:58 2006 +0000 +++ b/plugins/perl/perl-handlers.c Sat Jan 14 07:12:46 2006 +0000 @@ -131,8 +131,8 @@ /* Sets up the Perl Stack for our call back into the script to run the * plugin_pref... sub */ GaimPluginPrefFrame *ret_frame; + int count; dSP; - int count; ENTER; SAVETMPS; @@ -154,7 +154,7 @@ PUTBACK; FREETMPS; LEAVE; - + return ret_frame; }