summaryrefslogtreecommitdiff
path: root/testsuite/gtk/notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gtk/notify.c')
-rw-r--r--testsuite/gtk/notify.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index 031ec7d498..5fa2f6ff33 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -553,6 +553,10 @@ test_type (gconstpointer data)
g_str_equal (pspec->name, "double-buffered"))
continue;
+ if (g_type_is_a (pspec->owner_type, GTK_TYPE_WINDOW) &&
+ g_str_equal (pspec->name, "has-resize-grip"))
+ continue;
+
/* Can only be set on window widgets */
if (pspec->owner_type == GTK_TYPE_WIDGET &&
g_str_equal (pspec->name, "events"))