After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 272088 - Some calendar a11y functions don't work
Some calendar a11y functions don't work
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
unspecified
Other All
: Normal blocker
: ---
Assigned To: Harry Lu
Evolution QA team
Depends on:
Blocks: 271192
 
 
Reported: 2005-02-02 06:19 UTC by Harry Lu
Modified: 2005-02-04 06:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Harry Lu 2005-02-02 06:19:09 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.
Comment 1 Harry Lu 2005-02-04 06:09:26 UTC
patch committed.