[Xfce4-commits] [apps/xfdashboard] 02/02: Replace default icon for applications search provider to match the default icon for applications view

noreply at xfce.org noreply at xfce.org
Thu Oct 15 21:14:11 CEST 2015


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

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

commit eb6846b87442797e060aadc13e370bd139594b9a
Author: Stephan Haller <nomad at froevel.de>
Date:   Thu Oct 15 21:13:18 2015 +0200

    Replace default icon for applications search provider to match the default icon for applications view
---
 xfdashboard/applications-search-provider.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfdashboard/applications-search-provider.c b/xfdashboard/applications-search-provider.c
index d7b326b..cd28d7d 100644
--- a/xfdashboard/applications-search-provider.c
+++ b/xfdashboard/applications-search-provider.c
@@ -318,7 +318,7 @@ static const gchar* _xfdashboard_applications_search_provider_get_name(Xfdashboa
 /* Overriden virtual function: get_icon */
 static const gchar* _xfdashboard_applications_search_provider_get_icon(XfdashboardSearchProvider *inProvider)
 {
-	return("image-missing");
+	return("start-here");
 }
 
 /* Overriden virtual function: get_result_set */

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


More information about the Xfce4-commits mailing list