Exempt GtkAssistant.use-header-bar from defaultvalue test

Just like GtkDialog, this one has a special-purpose
default value.
This commit is contained in:
Matthias Clasen 2014-02-02 17:57:07 -05:00
parent a76de86357
commit c45932f9bc

View File

@ -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;