summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-01-23 22:51:48 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-01-23 22:51:48 -0500
commitb3dbdcdf77cc9fca290197b648fbd32c9484cc10 (patch)
tree97e443f1b3b6308ee0921378f33630f41475e28b /testsuite
parentf87e40bccda3bfd00f1eb5f474e07371f2ae5664 (diff)
downloadgtk+-b3dbdcdf77cc9fca290197b648fbd32c9484cc10.tar.gz
fixup notify tests
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/gtk/notify.c2
1 files changed, 1 insertions, 1 deletions
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;