GNOME Bugzilla – Bug 635171
Evolution crashes while accessing GtkComboBoxEntry on gtk3
Last modified: 2013-09-13 01:11:35 UTC
+ Trace 224740
Thread 1 (Thread 0xb63a0810 (LWP 3582))
filename = <value optimized out> error = 0x8670f50 __PRETTY_FUNCTION__ = "e_load_ui_builder_definition" (gdb) p *error $1 = {domain = 3147, code = 6, message = 0x866f580 "Invalid object type `GtkComboBoxEntry'"}
Created attachment 174763 [details] [review] Patch for Using GTK_COMBO_BOX instead of deprecated GTK_COMBO_BOX_ENTRY Using GtkComboBox with has-entry property set as TRUE
Review of attachment 174763 [details] [review]: Please commit this along with patch at https://bugzilla.gnome.org/show_bug.cgi?id=633478#c5 .
Committed patch to gtk3 branch.