mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Skip GtkShortcutLabel::accelerator in notify test
This property is not freely settable, since the string gets parsed.
This commit is contained in:
parent
2de6b0800d
commit
80d329a3e7
@ -667,6 +667,10 @@ test_type (gconstpointer data)
|
|||||||
g_str_equal (pspec->name, "accelerator"))
|
g_str_equal (pspec->name, "accelerator"))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (g_type_is_a (type, GTK_TYPE_SHORTCUT_LABEL) &&
|
||||||
|
g_str_equal (pspec->name, "accelerator"))
|
||||||
|
continue;
|
||||||
|
|
||||||
if (g_type_is_a (type, GTK_TYPE_FONT_CHOOSER) &&
|
if (g_type_is_a (type, GTK_TYPE_FONT_CHOOSER) &&
|
||||||
g_str_equal (pspec->name, "font"))
|
g_str_equal (pspec->name, "font"))
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user