forked from AuroraMiddleware/gtk
Exclude GtkEntry::buffer from default value testing
This commit is contained in:
parent
66f108874b
commit
c25ef64c70
@ -173,7 +173,8 @@ test_type (gconstpointer data)
|
|||||||
|
|
||||||
/* Default invisible char is determined at runtime */
|
/* Default invisible char is determined at runtime */
|
||||||
if (g_type_is_a (type, GTK_TYPE_ENTRY) &&
|
if (g_type_is_a (type, GTK_TYPE_ENTRY) &&
|
||||||
strcmp (pspec->name, "invisible-char") == 0)
|
strcmp (pspec->name, "invisible-char") == 0 ||
|
||||||
|
strcmp (pspec->name, "buffer") == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* Gets set to the cwd */
|
/* Gets set to the cwd */
|
||||||
|
Loading…
Reference in New Issue
Block a user