From b54ba5ae203c8d03fe84da3691779dc1adf36d2e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 14 Apr 2010 12:42:03 -0400 Subject: [PATCH] Add a todo --- gio/gschema-compile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/gschema-compile.c b/gio/gschema-compile.c index 6432b8c95..0576ce8fb 100644 --- a/gio/gschema-compile.c +++ b/gio/gschema-compile.c @@ -322,6 +322,7 @@ main (int argc, char **argv) return 1; } + /* FIXME: need a way to specify the output location, for !srcdir builds */ if (!(table = parse_gschema_files (matched.gl_pathv, &error)) || !gvdb_table_write_contents (table, "gschemas.compiled", &error)) {