forked from AuroraMiddleware/gtk
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"))
|
||||
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) &&
|
||||
g_str_equal (pspec->name, "font"))
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user