[Evolution-hackers] gtkhtml can't set correct value for inline spell checking
- From: Calvin Liu <calvin liu sun com>
- To: evolution-hackers <evolution-hackers ximian com>
- Cc: sceri-evolution sun com
- Subject: [Evolution-hackers] gtkhtml can't set correct value for inline spell checking
- Date: Fri, 06 Jun 2003 20:07:25 +0800
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]