Drop has-resize-grip from the notify test

The setter is not doing anything, so we won't get notification.
This commit is contained in:
Matthias Clasen 2014-07-03 15:24:58 -04:00
parent b5958d677f
commit 689a364ec5

View File

@ -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"))