[Xfce4-commits] [apps/xfdashboard] 01/01: Correctly lookup search provider in search view by ID

noreply at xfce.org noreply at xfce.org
Tue Jan 5 11:51:16 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 b81b3e22540d4f366d325b631e84d400946c72c7
Author: Stephan Haller <nomad at froevel.de>
Date:   Tue Jan 5 11:50:48 2016 +0100

    Correctly lookup search provider in search view by ID
---
 xfdashboard/search-view.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfdashboard/search-view.c b/xfdashboard/search-view.c
index 5d23afe..0b35b55 100644
--- a/xfdashboard/search-view.c
+++ b/xfdashboard/search-view.c
@@ -332,7 +332,7 @@ static XfdashboardSearchViewProviderData* _xfdashboard_search_view_get_provider_
 		data=(XfdashboardSearchViewProviderData*)iter->data;
 
 		if(data->provider &&
-			xfdashboard_search_provider_has_id(data->provider, inProviderID)==0)
+			xfdashboard_search_provider_has_id(data->provider, inProviderID))
 		{
 			return(_xfdashboard_search_view_provider_data_ref(data));
 		}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list