Re: [Evolution-hackers] gtkhtml can't set correct value for inline spell checking
- From: Dan Winship <danw ximian com>
- To: Larry Ewing <lewing ximian com>
- Cc: Calvin Liu <calvin liu sun com>, Evolution Hackers <evolution-hackers ximian com>, sceri-evolution sun com, Michael Meeks <michael ximian com>
- Subject: Re: [Evolution-hackers] gtkhtml can't set correct value for inline spell checking
- Date: 06 Jun 2003 14:12:44 -0400
> People using PowerPCs have reported problems switching from plain mode
> to html mode in the editor which also uses a bonobo property so it is
> possible there is an endian issue somewhere in either the gtkhtml use of
> bonobo properties or the the bonobo property code itself.
Looks like the problem is bonobo_pbclient_set_boolean; it does
any = bonobo_arg_new_from (TC_CORBA_boolean, &value);
but value is a gboolean, which is an int, and CORBA_boolean is a guchar,
so it only copies the first byte of value.
If we can't get a new libbonobo release out right away, we could
temporarily hack evo-mail to pass -1 instead of TRUE...
-- Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]