Hi, there,
I met a spell checker issue on Solaris 8. My spell checker doesn't work.
When I debugged into gtkhtml, I found in gtkhtml.c, the function call
always return 0.
gboolean
gtk_html_get_inline_spelling (const GtkHTML *html)
{
g_return_val_if_fail (html != NULL, FALSE);
g_return_val_if_fail (GTK_IS_HTML (html), FALSE);
return html->priv->inline_spelling;
/*return 1;*/
}
When I simply give "return 1;" the spell checker worked.
Some one knows why?
Thanks.
Calvin
_______________________________________________
evolution-hackers maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers