Hi,
When checking new GTK+-1.2.10, I found this strange
in gtklabel.c:1007, the if check will always be
true. I think it should be
===
result_str = gdk_wcstombs (string_wc);
if (result_str)
{
===
Is this correct?
Best Regards,
Joe.C
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
- GTK+-1.2.10 Released Owen Taylor
- Re: GTK+-1.2.10 Released Joe.C
- Re: GTK+-1.2.10 Released Cory Lueninghoener
