diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-10 12:38:20 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-10 12:38:20 -0400 |
commit | 86543e806e27b8317eddce54fee9e0b04a031b51 (patch) | |
tree | 5f9046202839cbc6dc7b9b2aa9d6ad088ed811f9 /lumina-desktop/panel-plugins/userbutton | |
parent | Merge pull request #154 from harcobbit/issue/11233 (diff) | |
download | lumina-86543e806e27b8317eddce54fee9e0b04a031b51.tar.gz lumina-86543e806e27b8317eddce54fee9e0b04a031b51.tar.bz2 lumina-86543e806e27b8317eddce54fee9e0b04a031b51.zip |
Add a new panel plugin: systemstart
This plugins is an overall "start" menu for the system, combining the functionality of the userbutton and the system dashboard into a single unified interface.
Diffstat (limited to 'lumina-desktop/panel-plugins/userbutton')
-rw-r--r-- | lumina-desktop/panel-plugins/userbutton/LUserButton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/panel-plugins/userbutton/LUserButton.h b/lumina-desktop/panel-plugins/userbutton/LUserButton.h index c5612e15..ca835bfe 100644 --- a/lumina-desktop/panel-plugins/userbutton/LUserButton.h +++ b/lumina-desktop/panel-plugins/userbutton/LUserButton.h @@ -19,7 +19,7 @@ // Lumina-desktop includes -#include "../../Globals.h" +//#include "../../Globals.h" #include "../LPPlugin.h" //main plugin widget // libLumina includes |