Comment #22 on issue 1612 by takao.fujiwara1: ibus input not working
http://code.google.com/p/ibus/issues/detail?id=1612

OK, I see. ibus_bus_get_global_engine() still returns NULL in your panel.c

_tmp16_ = gtk_icon_theme_lookup_icon (_tmp14_, _tmp15_, 48, 0);
_g_object_unref0 (_tmp17_);  <==== LINE 2905

It would be a bug in vala. It should call gtk_icon_info_free() instead of g_object_unref().
I guess your vala's version is old.
It works fine with vala 0.18.1 and vala 0.19.0.

I'm about to close this bug.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


回复