mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01: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;
|
||||
}
|
||||
|
||||
status = glob ("*.gschema", 0, NULL, &matched);
|
||||
status = glob ("*.gschema.xml", 0, NULL, &matched);
|
||||
|
||||
if (status == GLOB_ABORTED)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user