[Xfce4-commits] [apps/xfdashboard] 01/01: Replace default icon for applications search provider and default icon for applications view to match the icon for the button in quicklaunch used to switch between windows view and applications view / search view at the default theme

noreply at xfce.org noreply at xfce.org
Wed Oct 21 21:37: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 3f7ba6e0b9e09777809163e3892d7d6b22c03c58
Author: Stephan Haller <nomad at froevel.de>
Date:   Wed Oct 21 21:36:17 2015 +0200

    Replace default icon for applications search provider and default icon for applications view to match the icon for the button in quicklaunch used to switch between windows view and applications view / search view at the default theme
---
 xfdashboard/applications-search-provider.c |    2 +-
 xfdashboard/applications-view.c            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfdashboard/applications-search-provider.c b/xfdashboard/applications-search-provider.c
index cd28d7d..6f6a824 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("start-here");
+	return("go-home");
 }
 
 /* Overriden virtual function: get_result_set */
diff --git a/xfdashboard/applications-view.c b/xfdashboard/applications-view.c
index c34ad26..95465e0 100644
--- a/xfdashboard/applications-view.c
+++ b/xfdashboard/applications-view.c
@@ -1374,7 +1374,7 @@ static void xfdashboard_applications_view_init(XfdashboardApplicationsView *self
 
 	/* Set up view */
 	xfdashboard_view_set_name(XFDASHBOARD_VIEW(self), _("Applications"));
-	xfdashboard_view_set_icon(XFDASHBOARD_VIEW(self), "start-here");
+	xfdashboard_view_set_icon(XFDASHBOARD_VIEW(self), "go-home");
 
 	/* Set up actor */
 	xfdashboard_actor_set_can_focus(XFDASHBOARD_ACTOR(self), TRUE);

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


More information about the Xfce4-commits mailing list