GNOME Bugzilla – Bug 678259
Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
Last modified: 2012-06-17 20:11:12 UTC
enter the following data: a 1 2 3 2 2 2 24 and add an autofilter. In the filter choose "custom" As the dialog opens we get two criticals: (gnumeric:10973): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed (gnumeric:10973): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
Well in dialog-autofilter.c we have in dialog_auto_filter_expression if (cell == NULL || gnm_cell_is_blank (cell)) label = g_strdup_printf (_("Column %s"), col_name (col)); else label = dialog_auto_filter_get_col_name (cell, col, len); gtk_label_set_text (GTK_LABEL (go_gtk_builder_get_widget (state->gui, "col-label1")), label); gtk_label_set_text (GTK_LABEL (go_gtk_builder_get_widget (state->gui, "col-label2")), label); g_free (label); but thre are no such widgets at all in autofilter-expression.ui
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.