[glib] XML schemas are now *.gschema.xml



commit 79bc511d95650231fad8b4a3184ab55dbcc327ff
Author: Ryan Lortie <desrt desrt ca>
Date:   Sat Apr 17 00:03:48 2010 -0400

    XML schemas are now *.gschema.xml

 gio/gschema-compile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gschema-compile.c b/gio/gschema-compile.c
index c074c4a..8126d2c 100644
--- a/gio/gschema-compile.c
+++ b/gio/gschema-compile.c
@@ -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)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]