Kevin Ryde wrote: > It occurred to me maybe override_redirect could use sv_2bool or whatever > on its value instead of SvUV, to allow undef and empty string to mean > false too, in the usual way.
By the way: going through all our modules and looking for booleans being handled with newSVuv and SvUV or their similar IV variants has long been on my to do list. All those places should use boolSV and sv_2bool. If anyone wants to help with this... -- Bye, -Torsten _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
