forked from AuroraMiddleware/gtk
Exclude GtkToggleButton::draw-indicator from the notification test
We reverted to emitting redundant notifications for this, so don't assert that we don't.
This commit is contained in:
parent
733a590fbe
commit
f1c1192e71
@ -486,6 +486,10 @@ test_type (gconstpointer data)
|
||||
g_str_equal (pspec->name, "page"))
|
||||
continue;
|
||||
|
||||
if (g_type_is_a (pspec->owner_type, GTK_TYPE_TOGGLE_BUTTON) &&
|
||||
g_str_equal (pspec->name, "draw-indicator"))
|
||||
continue;
|
||||
|
||||
/* Not supported in subclass */
|
||||
if (g_str_equal (g_type_name (type), "GtkRecentAction") &&
|
||||
g_str_equal (pspec->name, "select-multiple"))
|
||||
|
Loading…
Reference in New Issue
Block a user