notify test: Skip GtkWidget::double-buffered

This property is now deprecated, and ignored, thus: no notification.
This commit is contained in:
Matthias Clasen 2014-06-22 12:09:52 -04:00
parent a5543beced
commit f00a1f9aae

View File

@ -545,6 +545,10 @@ test_type (gconstpointer data)
g_str_equal (pspec->name, "tearoff-state"))
continue;
if (g_type_is_a (pspec->owner_type, GTK_TYPE_WIDGET) &&
g_str_equal (pspec->name, "double-buffered"))
continue;
/* Can only be set on window widgets */
if (pspec->owner_type == GTK_TYPE_WIDGET &&
g_str_equal (pspec->name, "events"))