forked from AuroraMiddleware/gtk
Exempt GtkAssistant.use-header-bar from defaultvalue test
Just like GtkDialog, this one has a special-purpose default value.
This commit is contained in:
parent
a76de86357
commit
c45932f9bc
@ -137,6 +137,10 @@ test_type (gconstpointer data)
|
||||
(strcmp (pspec->name, "use-header-bar") == 0))
|
||||
continue;
|
||||
|
||||
if (g_type_is_a (type, GTK_TYPE_ASSISTANT) &&
|
||||
(strcmp (pspec->name, "use-header-bar") == 0))
|
||||
continue;
|
||||
|
||||
if (g_type_is_a (type, GTK_TYPE_POPOVER) &&
|
||||
(strcmp (pspec->name, "pointing-to") == 0))
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user