mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
fixup notify tests
This commit is contained in:
parent
f87e40bccd
commit
b3dbdcdf77
@ -529,7 +529,7 @@ test_type (gconstpointer data)
|
|||||||
|
|
||||||
/* Special restrictions on allowed values */
|
/* Special restrictions on allowed values */
|
||||||
if (pspec->owner_type == GTK_TYPE_COMBO_BOX &&
|
if (pspec->owner_type == GTK_TYPE_COMBO_BOX &&
|
||||||
g_str_equal (pspec->name, "id-column") ||
|
(g_str_equal (pspec->name, "id-column") ||
|
||||||
g_str_equal (pspec->name, "active-id") ||
|
g_str_equal (pspec->name, "active-id") ||
|
||||||
g_str_equal (pspec->name, "entry-text-column")))
|
g_str_equal (pspec->name, "entry-text-column")))
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user