mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
Exclude GtkPopover::pointing-to from the defaultvalue test
This commit is contained in:
parent
86972cee30
commit
88a070e84d
@ -137,6 +137,10 @@ test_type (gconstpointer data)
|
||||
(strcmp (pspec->name, "use-header-bar") == 0))
|
||||
continue;
|
||||
|
||||
if (g_type_is_a (type, GTK_TYPE_POPOVER) &&
|
||||
(strcmp (pspec->name, "pointing-to") == 0))
|
||||
continue;
|
||||
|
||||
if (g_type_is_a (type, GDK_TYPE_DISPLAY_MANAGER) &&
|
||||
(strcmp (pspec->name, "default-display") == 0))
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user