From cb1dd2143dc6f5b5881b6d94abb7dd6f05137c76 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 31 Jan 2012 18:10:55 +0100 Subject: [PATCH] resources: compiler: Fix entity processing of xml-stripblanks Preserve entities instead of replacing them! Bug #669173. --- gio/glib-compile-resources.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gio/glib-compile-resources.c b/gio/glib-compile-resources.c index 93938f8e2..c0f6d7b3a 100644 --- a/gio/glib-compile-resources.c +++ b/gio/glib-compile-resources.c @@ -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;