[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/02: Use non-legacy icon names.

noreply at xfce.org noreply at xfce.org
Fri Oct 9 21:13:24 CEST 2015


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

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 6f2dfc4122603c88471b334c9f61f793e3fa8bd8
Author: Graeme Gott <graeme at gottcode.org>
Date:   Thu Oct 8 14:36:32 2015 -0400

    Use non-legacy icon names.
---
 panel-plugin/run-action.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/run-action.cpp b/panel-plugin/run-action.cpp
index 90d0b4c..e64d219 100644
--- a/panel-plugin/run-action.cpp
+++ b/panel-plugin/run-action.cpp
@@ -28,7 +28,7 @@ using namespace WhiskerMenu;
 
 RunAction::RunAction()
 {
-	set_icon("gtk-execute");
+	set_icon("system-run");
 }
 
 //-----------------------------------------------------------------------------

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


More information about the Xfce4-commits mailing list