http://bugzilla.moblin.org/show_bug.cgi?id=10471
--- Comment #3 from pohly <patrick.ohly(a)intel.com> 2010-04-12 04:22:40 PST ---
(In reply to comment #2)
A possible solution is to call
'dbus_g_type_specialized_init()' explicitely
before register any gtype.
See the fix in that patch.
@@ -301,7 +304,16 @@ dbus_g_type_register_map (const char *name,
const DBusGTypeSpecializedMapVtable *vtable,
guint flags)
{
- g_return_if_fail (specialized_types_is_initialized ());
+ dbus_g_type_specialized_init();
+
+ _dbus_g_type_register_map (name, vtable, flags);
+}
Where do you suggest that we add this in SyncEvolution? Can you prepare a patch
in git to be merged?
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.