GNOME Bugzilla – Bug 731321
[abrt] Missing custom types when loading .ui definition
Last modified: 2015-11-04 15:16:58 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1104625 Description of problem: a) I tried to add new contact list by clicking New -> Contact List. After clicking on that it fell b) I tried to create a new appointment by clicking right mouse button on some day in callender and choosing 'New Appointment' Version-Release number of selected component: evolution-3.12.2-1.fc21 Additional info: reporter: libreport-2.2.2 backtrace_rating: 4 cmdline: evolution crash_function: e_load_ui_builder_definition executable: /usr/bin/evolution kernel: 3.15.0-0.rc7.git4.2.fc21.x86_64 Console shows errors: a) evolution-util-ERROR **: contact-list-editor.ui: Invalid object type `EClientComboBox' on line 86 b) evolution-util-ERROR **: event-page.ui: Invalid object type `EClientComboBox' on line 786
+ Trace 233669
Thread 1 (Thread 0x7f36ce6f5a40 (LWP 2503))
Confirming. Not that I'm able to reproduce this with gtk3 3.10, but I see it in rawhide too (gtk3 3.12 and newer glib2). There are missing type-ensures before loading the .ui definition, thus I added them.
Created commit d6dcec1 in evo master (3.13.3+) [1] Created commit 5d6d3ba in evo evolution-3-12 (3.12.3+) [1] https://git.gnome.org/browse/evolution/commit?id=d6dcec1
*** Bug 689779 has been marked as a duplicate of this bug. ***