From e2949e7bf76ad85d9ccbef3d4c82e0a4641ac02b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 8 Nov 2014 00:08:40 -0500 Subject: [PATCH] extract-strings: Handle property binding attributes These attributes are now used in at least one place in the GtkInspector ui files. --- util/extract-strings.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/extract-strings.c b/util/extract-strings.c index 5dd379e6d4..44acbc2ba4 100644 --- a/util/extract-strings.c +++ b/util/extract-strings.c @@ -54,6 +54,9 @@ start_element_handler (GMarkupParseContext *contexts, G_MARKUP_COLLECT_STRDUP|G_MARKUP_COLLECT_OPTIONAL, "context", &context, G_MARKUP_COLLECT_STRDUP|G_MARKUP_COLLECT_OPTIONAL, "comments", &comments, G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "id", NULL, + G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "bind-source", NULL, + G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "bind-property", NULL, + G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "bind-flags", NULL, G_MARKUP_COLLECT_INVALID); if (translatable == TRUE)