[gnome-software] gs-plugin-loader: Fix an outdated comment



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]