XML schemas are now *.gschema.xml
authorRyan Lortie <desrt@desrt.ca>
Sat, 17 Apr 2010 04:03:48 +0000 (00:03 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 17 Apr 2010 04:40:09 +0000 (00:40 -0400)
gio/gschema-compile.c

index c074c4a..8126d2c 100644 (file)
@@ -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)
     {