mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 03:58:04 +02:00
XML schemas are now *.gschema.xml
This commit is contained in:
parent
0d7fbae04c
commit
79bc511d95
@ -515,7 +515,7 @@ main (int argc, char **argv)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
status = glob ("*.gschema", 0, NULL, &matched);
|
status = glob ("*.gschema.xml", 0, NULL, &matched);
|
||||||
|
|
||||||
if (status == GLOB_ABORTED)
|
if (status == GLOB_ABORTED)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user