Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 907764 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/ibusshare.c (-1 / +4 lines)
Lines 308-319 ibus_init (void) Link Here
308
    IBUS_TYPE_TEXT;
308
    IBUS_TYPE_TEXT;
309
    IBUS_TYPE_ATTRIBUTE;
309
    IBUS_TYPE_ATTRIBUTE;
310
    IBUS_TYPE_ATTR_LIST;
310
    IBUS_TYPE_ATTR_LIST;
311
    IBUS_TYPE_LOOKUP_TABLE;
312
    IBUS_TYPE_COMPONENT;
311
    IBUS_TYPE_COMPONENT;
312
    IBUS_TYPE_EMOJI_DATA;
313
    IBUS_TYPE_ENGINE_DESC;
313
    IBUS_TYPE_ENGINE_DESC;
314
    IBUS_TYPE_LOOKUP_TABLE;
314
    IBUS_TYPE_OBSERVED_PATH;
315
    IBUS_TYPE_OBSERVED_PATH;
315
    IBUS_TYPE_REGISTRY;
316
    IBUS_TYPE_REGISTRY;
316
    IBUS_TYPE_X_EVENT;
317
    IBUS_TYPE_X_EVENT;
318
    IBUS_TYPE_UNICODE_BLOCK;
319
    IBUS_TYPE_UNICODE_DATA;
317
    _ibus_register_resource ();
320
    _ibus_register_resource ();
318
}
321
}
319
322

Return to bug 907764