[gnome-software] gs-plugin-loader: Fix an outdated comment
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] gs-plugin-loader: Fix an outdated comment
- Date: Fri, 12 Jun 2020 15:03:03 +0000 (UTC)
commit a667c0f1f1ae1ed375f6b0862d86c54a040bc774
Author: Matthew Leeds <matthew leeds endlessm com>
Date: Wed Jan 15 17:03:41 2020 -0800
gs-plugin-loader: Fix an outdated comment
MATCH_ANY_PREFIX was renamed to IS_WILDCARD in commit 8fe5566aa
lib/gs-plugin-loader.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/gs-plugin-loader.c b/lib/gs-plugin-loader.c
index b4e52086..8a2727fc 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -812,7 +812,7 @@ gs_plugin_loader_run_refine_filter (GsPluginLoaderHelper *helper,
}
- /* filter any MATCH_ANY_PREFIX apps left in the list */
+ /* filter any wildcard apps left in the list */
gs_app_list_filter (list, gs_plugin_loader_app_is_non_wildcard, NULL);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]