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

Daiki Ueno ueno at unixuser.org
Sun Mar 4 09:13:45 UTC 2012


Osamu Aoki <osamu at debian.org> writes:

>> 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.

Ah, sorry.  The patch previously attached was based on the git master
since I didn't expected any change in the hunk.  I'm attaching a patch
generated by quilt from the deb package.

BTW, just in case, I have notified this to the upstream on Friday.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: follow-ibus-property-abi-change.patch
Type: text/x-diff
Size: 1637 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-ime-devel/attachments/20120304/1c6e3913/attachment.patch>
-------------- next part --------------

Regards,
-- 
Daiki Ueno


More information about the Pkg-ime-devel mailing list