This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 8b39782007575570917035d9aa478dd946e67c59
Author: Stephan Haller <no...@froevel.de>
Date:   Tue Feb 9 07:39:20 2016 +0100

    Keep search providers at search view listed in order as they were registered
---
 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 0579bf6..fdc3de9 100644
--- a/xfdashboard/search-view.c
+++ b/xfdashboard/search-view.c
@@ -366,7 +366,7 @@ static void 
_xfdashboard_search_view_on_search_provider_registered(XfdashboardSe
                 * and add to list of active search providers.
                 */
                data=_xfdashboard_search_view_provider_data_new(self, 
inProviderID);
-               priv->providers=g_list_prepend(priv->providers, data);
+               priv->providers=g_list_append(priv->providers, data);
 
                g_debug("Created search provider %s of type %s in %s",
                                        
xfdashboard_search_provider_get_name(data->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