resources: compiler: Fix entity processing of xml-stripblanks
authorChristian Persch <chpe@gnome.org>
Tue, 31 Jan 2012 17:10:55 +0000 (18:10 +0100)
committerChristian Persch <chpe@gnome.org>
Thu, 2 Feb 2012 22:44:40 +0000 (23:44 +0100)
Preserve entities instead of replacing them!

Bug #669173.

gio/glib-compile-resources.c

index 93938f8..c0f6d7b 100644 (file)
@@ -273,7 +273,6 @@ end_element (GMarkupParseContext  *context,
               argc = 0;
               argv[argc++] = (gchar *) xmllint;
               argv[argc++] = "--nonet";
-              argv[argc++] = "--noent";
               argv[argc++] = "--noblanks";
               argv[argc++] = "--output";
               argv[argc++] = tmp_file;