GNOME Bugzilla – Bug 707291
Warning when opening preferences dialog
Last modified: 2013-09-02 15:57:43 UTC
(lt-empathy:19124): GLib-CRITICAL **: g_bytes_get_data: assertion 'bytes != NULL' failed 0 0x00007ffff622bfcd in g_logv (log_domain=0x7ffff62abf7e "GLib", log_level=G_LOG_LEVEL_CRITICAL, format=0x7ffff62b3e0c "%s: assertion '%s' failed", args=0x7fffffffc978) at gmessages.c:989
+ Trace 232444
Created attachment 253852 [details] [review] theme-adium: deal with g_resources_lookup_data() failing Only empathy-chat registers the gresources so when executing this code from the empathy process (theme preview in the preferences dialog) we don't find the resource. That's fine as this JS code is only used for the infinite callback but best to not warning.
Attachment 253852 [details] pushed as 19e784a - theme-adium: deal with g_resources_lookup_data() failing