[Xfce4-commits] [apps/xfdashboard] 02/08: Use renamed function _xfdashboard_applications_search_provider_score() instead of _xfdashboard_applications_search_provider_match()
noreply at xfce.org
noreply at xfce.org
Mon Jan 25 13:21:11 CET 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 2b175198e1893776fd04991b12159b468c0def42
Author: Stephan Haller <nomad at froevel.de>
Date: Mon Jan 25 09:40:09 2016 +0100
Use renamed function _xfdashboard_applications_search_provider_score() instead of _xfdashboard_applications_search_provider_match()
---
xfdashboard/applications-search-provider.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfdashboard/applications-search-provider.c b/xfdashboard/applications-search-provider.c
index 6521073..89de4c4 100644
--- a/xfdashboard/applications-search-provider.c
+++ b/xfdashboard/applications-search-provider.c
@@ -1034,7 +1034,7 @@ static XfdashboardSearchResultSet* _xfdashboard_applications_search_provider_get
xfdashboard_search_result_set_has_item(inPreviousResultSet, resultItem))
{
/* Check for a match against search terms */
- if(_xfdashboard_applications_search_provider_match(self, terms, G_APP_INFO(appInfo))>0.0f)
+ if(_xfdashboard_applications_search_provider_score(self, terms, G_APP_INFO(appInfo))>0.0f)
{
xfdashboard_search_result_set_add_item(resultSet, g_variant_ref(resultItem));
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list