[gnome-builder] recent: fix greeter section visibility



commit 4c5fecccb2120f0c2ae1016d3040c2c611338797
Author: Christian Hergert <chergert redhat com>
Date:   Sun Dec 17 03:23:29 2017 -0800

    recent: fix greeter section visibility

 src/plugins/recent/gbp-recent-section.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/recent/gbp-recent-section.c b/src/plugins/recent/gbp-recent-section.c
index bef958a..2d0c775 100644
--- a/src/plugins/recent/gbp-recent-section.c
+++ b/src/plugins/recent/gbp-recent-section.c
@@ -79,7 +79,7 @@ gbp_recent_section_filter_cb (GtkListBoxRow *row,
     DzlPatternSpec *spec;
     gboolean found;
   } *filter = user_data;
-  gboolean match = FALSE;
+  gboolean match = TRUE;
 
   g_assert (GBP_IS_RECENT_PROJECT_ROW (row));
   g_assert (filter != NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]