[Xfce4-commits] [apps/xfdashboard] 04/06: Keep search providers at search view listed in order as they were registered
noreply at xfce.org
noreply at xfce.org
Tue Feb 9 07:49:46 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 8b39782007575570917035d9aa478dd946e67c59
Author: Stephan Haller <nomad at 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.
More information about the Xfce4-commits
mailing list