[gnome-software/wip/hughsie/libxmlb-tokenization] Apply 1 suggestion(s) to 1 file(s)
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/hughsie/libxmlb-tokenization] Apply 1 suggestion(s) to 1 file(s)
- Date: Mon, 22 Mar 2021 16:47:24 +0000 (UTC)
commit 6f8bd14fdcf2cf89a554f7bd364e77a5513dddbe
Author: Richard Hughes <richard hughsie com>
Date: Mon Mar 22 16:47:24 2021 +0000
Apply 1 suggestion(s) to 1 file(s)
plugins/flatpak/gs-flatpak.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/flatpak/gs-flatpak.c b/plugins/flatpak/gs-flatpak.c
index e01ad7375..a7ce1f27b 100644
--- a/plugins/flatpak/gs-flatpak.c
+++ b/plugins/flatpak/gs-flatpak.c
@@ -595,7 +595,7 @@ gs_flatpak_tokenize_cb (XbBuilderFixup *self,
"summary",
NULL };
if (xb_builder_node_get_element (bn) != NULL &&
- g_strv_contains (tokn, xb_builder_node_get_element (bn)))
+ g_strv_contains (elements_to_tokenize, xb_builder_node_get_element (bn)))
xb_builder_node_tokenize_text (bn);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]