DescriptionFix assertion failure in ibusbus.c.
The following code does not work since the underlying connection for IBus-1.4 is not a sub class of IBusObject.
ibus_object_destroy ((IBusObject *)priv->connection);
g_assert (priv->connection == NULL);
BUG=none
TEST=ran Chrome for Chrome OS.
Patch Set 1 #
MessagesTotal messages: 3
|
|||||||||||||||||||