Torsten Schoenfeld <[EMAIL PROTECTED]> writes: > > - ret = POPi; > + sv = POPs; > + ret = sv_2bool (sv);
The "pushed_in" return in gtk2perl_menu_position_func() might be similar too. Think it's a boolean rather than an integer. -- If confronted by an angry leopard, John Davis, Keeper of Big Cats at the Western Plains Zoo, offers this advice: * Maintain eye contact. * Do not make any sudden movements. * Hope the leopard is not hungry. _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
