On 4/8/06, Juan Pablo <[EMAIL PROTECTED]> wrote:
> and I couldnt find where is this non valid utf-8 text.
>
> Is there any way to debug this to find that text? (widget name or something)
> This message commonly apears when some dialogs are shown.

I usually make warnings fatal, then run in a debugger. Your program
will call abort() when it hits the bad markup, and you can then go up
the stack to find the string that's caused the problem.

John
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to