[gtk/matthiasc/for-master: 2/4] buildertool: Fix a simplify issue
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master: 2/4] buildertool: Fix a simplify issue
- Date: Wed, 29 Sep 2021 14:58:34 +0000 (UTC)
commit fd0a5e3c2381af223f357bdfd375bc65453ead75
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Sep 29 07:48:33 2021 -0400
buildertool: Fix a simplify issue
<lookup> elements can contain a type name, we can't just
ignore the pcdata content. This was breaking some of our
ui files when simplifying them.
tools/gtk-builder-tool-simplify.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/tools/gtk-builder-tool-simplify.c b/tools/gtk-builder-tool-simplify.c
index e9d15f6582..0f13bf7a6d 100644
--- a/tools/gtk-builder-tool-simplify.c
+++ b/tools/gtk-builder-tool-simplify.c
@@ -255,6 +255,7 @@ is_pcdata_element (Element *element)
"col",
"item",
"mark",
+ "lookup",
NULL,
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]