[Pkg-ime-devel] Bug#661618: Bug#661618: Bug#661618: FTBFS

Osamu Aoki osamu at debian.org
Sat Mar 3 16:18:02 UTC 2012


Hi,

> diff --git a/src/IBusChewingEngine.gob b/src/IBusChewingEngine.gob
> index 69b13f9..da2c854 100644
> --- a/src/IBusChewingEngine.gob
> +++ b/src/IBusChewingEngine.gob
> @@ -1041,13 +1041,13 @@ class IBus:Chewing:Engine from IBus:Engine{
>  	    /* Toggle Full <-> Half */
>  	    chewing_set_ShapeMode(self->context, !chewing_get_ShapeMode(self->context));
>  	}else if (strcmp(prop_name,"chewing_settings_prop")==0){
> -	    if (self->settings_prop->state==PROP_STATE_UNCHECKED){
> +	    if (ibus_property_get_state(self->settings_prop)==PROP_STATE_UNCHECKED){
>  		gtk_widget_show_all(self->setting_dialog);

The above line did not exist in the current source.  Thus this patch did
not apply cleanly.  I kept this line by adding it as patch.  (Just to be
safe side.)  If this above line can be dropped, let me know.

Osamu





More information about the Pkg-ime-devel mailing list