When I created Dialog widget in empty project, following meassages
appeared in log on terminal:

(glade:23698): GladeUI-CRITICAL **: glade_widget_adaptor_get_object_type: 
assertion 'GLADE_IS_WIDGET_ADAPTOR (adaptor)' failed
(glade:23698): GladeUI-CRITICAL **: glade_widget_set_object: assertion 
'new_object == NULL || g_type_is_a (G_OBJECT_TYPE (new_object), 
glade_widget_adaptor_get_object_type (gwidget->priv->adaptor))' failed
(glade:23698): GladeUI-CRITICAL **: glade_widget_adaptor_create_internal: 
assertion 'GLADE_IS_WIDGET (parent)' failed
(glade:23698): GladeUI-CRITICAL **: glade_widget_remove_property: assertion 
'GLADE_IS_WIDGET (widget)' failed
(glade:23698): GladeUI-CRITICAL **: glade_widget_remove_property: assertion 
'GLADE_IS_WIDGET (widget)' failed
(glade:23698): GladeUI-CRITICAL **: glade_widget_remove_property: assertion 
'GLADE_IS_WIDGET (widget)' failed
(glade:23698): GladeUI-CRITICAL **: glade_widget_property_set: assertion 
'GLADE_IS_WIDGET (widget)' failed
(glade:23698): GladeUI-CRITICAL **: glade_widget_property_set: assertion 
'GLADE_IS_WIDGET (widget)' failed
(glade:23698): GladeUI-CRITICAL **: glade_widget_property_set: assertion 
'GLADE_IS_WIDGET (widget)' failed
(glade:23698): GladeUI-CRITICAL **: glade_widget_property_set: assertion 
'GLADE_IS_WIDGET (widget)' failed

Before SEGFAULT when glade open project with dialog box are in log following 
messages:
glade:23722): GladeUI-CRITICAL **: glade_widget_adaptor_get_object_type: 
assertion 'GLADE_IS_WIDGET_ADAPTOR (adaptor)' failed
(glade:23722): GladeUI-CRITICAL **: glade_widget_set_object: assertion 
'new_object == NULL || g_type_is_a (G_OBJECT_TYPE (new_object), 
glade_widget_adaptor_get_object_type (gwidget->priv->adaptor))' failed
(glade:23722): GladeUI-CRITICAL **: glade_widget_adaptor_create_internal: 
assertion 'GLADE_IS_WIDGET (parent)' failed
(glade:23722): GladeUI-CRITICAL **: glade_widget_remove_property: assertion 
'GLADE_IS_WIDGET (widget)' failed
(glade:23722): GladeUI-CRITICAL **: glade_widget_remove_property: assertion 
'GLADE_IS_WIDGET (widget)' failed
(glade:23722): GladeUI-CRITICAL **: glade_widget_remove_property: assertion 
'GLADE_IS_WIDGET (widget)' failed
(glade:23722): GladeUI-ERROR **: Unable to get GladeWidget for internal child 
vbox
Trace/breakpoint trap (core dumped)

It seems, that there is problem with creating "widget adaptor" and
therefore is not possible to open project with dialog or after creating
Dialog widget is not possible to add other widgets  to dialog.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1242865

Title:
  Glade can't work with dialog windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glade/+bug/1242865/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to