[gnome-software/misc-flatpak-fixes: 6/6] gs-plugin-loader: Fix an outdated comment



commit f757ce40007fc818e41e224f9988c1321074436c
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 003a06a1..254e5250 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -808,7 +808,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]