Nautilus 1.0.6 and Bonobo 1.0.16



With bonobo 1.0.16 released a few hours ago, when disabling "Nautilus
draws desktop" after enabling it, I get several :

Bonobo-CRITICAL **: file bonobo-ui-component.c: line 869 (impl_xml_rm):
assertion `container != CORBA_OBJECT_NIL` failed.

This code is called by bonobo_ui_component_rm, which is called by
bonobo_ui_component_unset_container.

I think there is a problem in the latest version of
bonobo_ui_component_unset_container :

first, you set component->priv->container to CORBA_OBJECT_NIL, then if
container is not NIL, you call bonobo_ui_component_rm on component,
which will assert if component->priv->container is CORBA_OBJECT_NIL..
 Therefore, it asserts everytime :((

-- 
Frédéric Crozat
MandrakeSoft




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]