GNOME Bugzilla – Bug 272088
Some calendar a11y functions don't work
Last modified: 2005-02-04 06:09:26 UTC
When I run CVS head version of evolution, I found some calendar a11y functions don't work. There are also some warnings in the output: (evolution-2.2:31757): GLib-GObject-WARNING **: gsignal.c:1019: unable to lookup signal "event" of unloaded type `EText' (evolution-2.2:31757): GLib-GObject-CRITICAL **: file gsignal.c: line 822 (g_signal_add_emission_hook): assertion `signal_id > 0' failed (evolution-2.2:31757): GLib-GObject-WARNING **: gsignal.c:1019: unable to lookup signal "event" of unloaded type `GnomeCanvasPixbuf' (evolution-2.2:31757): GLib-GObject-CRITICAL **: file gsignal.c: line 822 (g_signal_add_emission_hook): assertion `signal_id > 0' failed (evolution-2.2:31757): GLib-GObject-WARNING **: gsignal.c:1019: unable to lookup signal "event" of unloaded type `EDayViewMainItem' (evolution-2.2:31757): GLib-GObject-CRITICAL **: file gsignal.c: line 822 (g_signal_add_emission_hook): assertion `signal_id > 0' failed (evolution-2.2:31757): GLib-GObject-WARNING **: gsignal.c:1019: unable to lookup signal "event" of unloaded type `EWeekViewMainItem' (evolution-2.2:31757): GLib-GObject-CRITICAL **: file gsignal.c: line 822 (g_signal_add_emission_hook): assertion `signal_id > 0' failed As I checked, this might due to the changes in gobject. Some object types are not loaded when we use them. I will provide a patch to force loading them.
patch committed.