From 511e5f39fa7d7b7f1822092f5a61eb9e4933d436 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 21 Jun 2020 13:07:08 -0400 Subject: [PATCH] filter: Make GtkEveryFilter buildable Due to an oversight, when multi filters were split into any and every, any ended up with the listmodel and buildable implementations, and every didn't get any. Move the implementations up. --- gtk/gtkmultifilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmultifilter.c b/gtk/gtkmultifilter.c index 3c57a36724..6fb08cc9da 100644 --- a/gtk/gtkmultifilter.c +++ b/gtk/gtkmultifilter.c @@ -311,7 +311,7 @@ gtk_any_filter_init (GtkAnyFilter *self) /** * gtk_any_filter_new: * - * Creates a new empty "any" filter. + * Creates a new empty "any" filter. * Use gtk_multi_filter_append() to add filters to it. * * This filter matches an item if any of the filters added to it