Kevin Ryde wrote: >> - 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.
Fixed in HEAD. Thanks for reporting. -- Bye, -Torsten _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
