From e18e99209e1914587ce51c0c2f8e9ab0944c4714 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Tue, 28 Feb 2023 21:26:42 +0900 Subject: [PATCH] Revert "Fix an assertion in GtkFontChooserWidget when setting a filter." Actually this filter hasn't ported to 4.8 branch and the merge request GNOME/gtk!5514 has been accidentally merged. This reverts commit f4768f16c84f7c3e55fbe189af2e10608909fa47. --- gtk/gtkfontchooserwidget.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index f9e459e7ca..e35b961dff 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -911,7 +911,6 @@ gtk_font_chooser_widget_class_init (GtkFontChooserWidgetClass *klass) gtk_widget_class_bind_template_child (widget_class, GtkFontChooserWidget, selection); gtk_widget_class_bind_template_child (widget_class, GtkFontChooserWidget, custom_filter); gtk_widget_class_bind_template_child (widget_class, GtkFontChooserWidget, user_filter); - gtk_widget_class_bind_template_child (widget_class, GtkFontChooserWidget, multi_filter); gtk_widget_class_bind_template_child (widget_class, GtkFontChooserWidget, preview); gtk_widget_class_bind_template_child (widget_class, GtkFontChooserWidget, preview2); gtk_widget_class_bind_template_child (widget_class, GtkFontChooserWidget, size_label);