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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org