forked from AuroraMiddleware/gtk
[test] Exclude message-area as it's a object property
This commit is contained in:
parent
8ceef86cf8
commit
a39c3b43b2
@ -192,7 +192,9 @@ test_type (gconstpointer data)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (g_type_is_a (type, GTK_TYPE_MESSAGE_DIALOG) &&
|
if (g_type_is_a (type, GTK_TYPE_MESSAGE_DIALOG) &&
|
||||||
strcmp (pspec->name, "image") == 0)
|
(strcmp (pspec->name, "image") == 0 ||
|
||||||
|
strcmp (pspec->name, "message-area") == 0))
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (g_type_is_a (type, GTK_TYPE_PRINT_OPERATION) &&
|
if (g_type_is_a (type, GTK_TYPE_PRINT_OPERATION) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user