[Evolution-hackers] gtkhtml can't set correct value for inline spell checking



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]