From 7016aff7293ab312a82e0ea2fd40b7363d8909a4 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 5 Feb 2016 14:20:16 -0500 Subject: Change the icon used for the "show desktop" plugin to match the icon the plugin uses when loaded on the panel. --- lumina-config/LPlugins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lumina-config/LPlugins.cpp b/lumina-config/LPlugins.cpp index 3f038245..629171e1 100644 --- a/lumina-config/LPlugins.cpp +++ b/lumina-config/LPlugins.cpp @@ -149,7 +149,7 @@ void LPlugins::LoadPanelPlugins(){ info.name = QObject::tr("Show Desktop"); info.description = QObject::tr("Hide all open windows and show the desktop"); info.ID = "homebutton"; - info.icon = "go-home"; + info.icon = "user-desktop"; PANEL.insert(info.ID, info); //Start Menu info = LPI(); //clear it -- cgit