After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729479 - Use the correct name of the parent widget in some .ui files
Use the correct name of the parent widget in some .ui files
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 733756 737091 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-05-03 20:56 UTC by Yosef Or Boczko
Modified: 2014-09-21 20:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ui: Use the correct name of the parent widget (1.30 KB, patch)
2014-05-03 20:56 UTC, Yosef Or Boczko
committed Details | Review

Description Yosef Or Boczko 2014-05-03 20:56:24 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)
Comment 1 Yosef Or Boczko 2014-05-03 20:56:59 UTC
Created attachment 275764 [details] [review]
ui: Use the correct name of the parent widget
Comment 2 Bastien Nocera 2014-07-26 14:00:38 UTC
*** Bug 733756 has been marked as a duplicate of this bug. ***
Comment 3 Bastien Nocera 2014-09-21 20:51:16 UTC
*** Bug 737091 has been marked as a duplicate of this bug. ***