GNOME Bugzilla – Bug 565485
preferences properties enum is missing web inspector
Last modified: 2008-12-23 18:03:52 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
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.