[gtk/tabular-menus: 4/9] fixup notify tests



commit b3dbdcdf77cc9fca290197b648fbd32c9484cc10
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jan 23 22:51:48 2019 -0500

    fixup notify tests

 testsuite/gtk/notify.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index 620608dc48..238e299150 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -529,7 +529,7 @@ test_type (gconstpointer data)
 
       /* Special restrictions on allowed values */
       if (pspec->owner_type == GTK_TYPE_COMBO_BOX &&
-           g_str_equal (pspec->name, "id-column") ||
+          (g_str_equal (pspec->name, "id-column") ||
            g_str_equal (pspec->name, "active-id") ||
            g_str_equal (pspec->name, "entry-text-column")))
         continue;


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