[Xfce4-commits] [apps/xfdashboard] 10/10: Fix compiler warning

noreply at xfce.org noreply at xfce.org
Wed Jan 6 16:31:44 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 3fb22f7091674ae766b1fb19bd883d9edfc558a3
Author: Stephan Haller <nomad at froevel.de>
Date:   Wed Jan 6 16:22:18 2016 +0100

    Fix compiler warning
---
 xfdashboard/search-manager.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfdashboard/search-manager.c b/xfdashboard/search-manager.c
index 0bca429..b8598a2 100644
--- a/xfdashboard/search-manager.c
+++ b/xfdashboard/search-manager.c
@@ -392,7 +392,7 @@ GObject* xfdashboard_search_manager_create_provider(XfdashboardSearchManager *se
 	if(provider &&
 		XFDASHBOARD_SEARCH_PROVIDER_GET_CLASS(provider)->initialize)
 	{
-		XFDASHBOARD_SEARCH_PROVIDER_GET_CLASS(provider)->initialize(provider);
+		XFDASHBOARD_SEARCH_PROVIDER_GET_CLASS(provider)->initialize(XFDASHBOARD_SEARCH_PROVIDER(provider));
 	}
 
 	/* Return newly created search provider */

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


More information about the Xfce4-commits mailing list