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 <no...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to