GNOME Bugzilla – Bug 729479
Use the correct name of the parent widget in some .ui files
Last modified: 2014-09-21 20:51:16 UTC
It cause to crash with gtk+ from git master: (totem:14502): Gtk-CRITICAL **: Error building template class 'TotemMainToolbar' for an instance of type 'TotemMainToolbar': Template parent type `GtkBox' does not match instance parent type `GtkHeaderBar'. (totem:14502): Gtk-CRITICAL **: gtk_widget_set_no_show_all: assertion 'GTK_IS_WIDGET (widget)' failed (totem:14502): Gtk-CRITICAL **: gtk_widget_set_no_show_all: assertion 'GTK_IS_WIDGET (widget)' failed (totem:14502): Gtk-CRITICAL **: gtk_image_set_from_icon_name: assertion 'GTK_IS_IMAGE (image)' failed (totem:14502): GLib-GObject-WARNING **: invalid (NULL) pointer instance (totem:14502): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (totem:14502): Gtk-CRITICAL **: gtk_stack_add_named: assertion 'GTK_IS_STACK (stack)' failed (totem:14502): Gtk-CRITICAL **: gtk_stack_add_named: assertion 'GTK_IS_STACK (stack)' failed (totem:14502): GLib-GObject-WARNING **: invalid (NULL) pointer instance (totem:14502): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (totem:14502): GLib-GObject-CRITICAL **: g_object_bind_property_full: assertion 'G_IS_OBJECT (source)' failed (totem:14502): GLib-GObject-CRITICAL **: g_object_bind_property_full: assertion 'G_IS_OBJECT (source)' failed Segmentation fault (core dumped)
Created attachment 275764 [details] [review] ui: Use the correct name of the parent widget
*** Bug 733756 has been marked as a duplicate of this bug. ***
*** Bug 737091 has been marked as a duplicate of this bug. ***