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 565485 - preferences properties enum is missing web inspector
preferences properties enum is missing web inspector
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Preferences
git master
Other Linux
: Normal normal
: ---
Assigned To: Gustavo Noronha (kov)
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-23 17:47 UTC by Gustavo Noronha (kov)
Modified: 2008-12-23 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (303 bytes, patch)
2008-12-23 17:50 UTC, Gustavo Noronha (kov)
committed Details | Review

Description Gustavo Noronha (kov) 2008-12-23 17:47:27 UTC
The symptom is: when opening the preferences window the following is output:

(epiphany:10406): GLib-GObject-WARNING **: invalid cast from `GtkHBox' to `GtkToggleButton'

(epiphany:10406): Gtk-CRITICAL **: gtk_toggle_button_get_active: assertion `GTK_IS_TOGGLE_BUTTON (toggle_button)' failed

(epiphany:10406): GLib-GObject-WARNING **: /tmp/buildd/glib2.0-2.18.3/gobject/gsignal.c:2267: signal `toggled' is invalid for instance `0x8494450'

(epiphany:10406): GLib-GObject-WARNING **: /tmp/buildd/glib2.0-2.18.3/gobject/gsignal.c:2267: signal `clicked' is invalid for instance `0x84ce9f8'

(epiphany:10406): GLib-GObject-WARNING **: /tmp/buildd/glib2.0-2.18.3/gobject/gsignal.c:2267: signal `clicked' is invalid for instance `0x84f38d8'

(epiphany:10406): GLib-GObject-WARNING **: invalid cast from `GtkButton' to `GtkComboBox'

(epiphany:10406): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(epiphany:10406): GLib-GObject-WARNING **: invalid cast from `GtkButton' to `GtkComboBox'

(epiphany:10406): Gtk-CRITICAL **: gtk_combo_box_set_row_separator_func: assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(epiphany:10406): GLib-GObject-WARNING **: invalid cast from `GtkButton' to `GtkCellLayout'

(epiphany:10406): Gtk-CRITICAL **: gtk_cell_layout_pack_start: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed

(epiphany:10406): GLib-GObject-WARNING **: invalid cast from `GtkButton' to `GtkCellLayout'

(epiphany:10406): Gtk-CRITICAL **: gtk_cell_layout_set_attributes: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed

(epiphany:10406): GLib-GObject-WARNING **: /tmp/buildd/glib2.0-2.18.3/gobject/gsignal.c:2267: signal `clicked' is invalid for instance `0x84f4f10'

(epiphany:10406): GLib-GObject-WARNING **: invalid cast from `GtkButton' to `GtkTreeView'

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_view_set_reorderable: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_view_set_model: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_view_set_headers_visible: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_view_insert_column_with_attributes: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_view_get_column: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_view_column_set_resizable: assertion `GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_view_column_set_sort_column_id: assertion `GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_view_get_selection: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_selection_set_mode: assertion `GTK_IS_TREE_SELECTION (selection)' failed

(epiphany:10406): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(epiphany:10406): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed

(epiphany:10406): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkListStore'

(epiphany:10406): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed

(epiphany:10406): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkListStore'

(epiphany:10406): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_view_get_selection: assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(epiphany:10406): Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertion `GTK_IS_TREE_SELECTION (selection)' failed

(epiphany:10406): GLib-GObject-CRITICAL **: g_value_get_int: assertion `G_VALUE_HOLDS_INT (value)' failed
Comment 1 Gustavo Noronha (kov) 2008-12-23 17:50:48 UTC
Created attachment 125209 [details] [review]
proposed fix

More work is needed to make the web inspector preference actually work. This bug and patch are only concerned with making the other preferences work.