diff options
author | Ken Moore <ken@pcbsd.org> | 2015-06-14 18:27:45 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-06-14 18:27:45 -0400 |
commit | 5f537166a4af31db171711d9cedeb318ac7443b5 (patch) | |
tree | e08c446ab3622e709d2aa75ec10ec67a91fc195f /lumina-desktop/LDesktop.cpp | |
parent | Re-work quite a bit of the background procedures for desktop plugins and watc... (diff) | |
download | lumina-5f537166a4af31db171711d9cedeb318ac7443b5.tar.gz lumina-5f537166a4af31db171711d9cedeb318ac7443b5.tar.bz2 lumina-5f537166a4af31db171711d9cedeb318ac7443b5.zip |
Disable some debugging and fix up the context menu on the applauncher plugins.
Diffstat (limited to 'lumina-desktop/LDesktop.cpp')
-rw-r--r-- | lumina-desktop/LDesktop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/LDesktop.cpp b/lumina-desktop/LDesktop.cpp index 4268664f..5e359df7 100644 --- a/lumina-desktop/LDesktop.cpp +++ b/lumina-desktop/LDesktop.cpp @@ -11,7 +11,7 @@ #include <LuminaX11.h> #include "LWinInfo.h" -#define DEBUG 1 +#define DEBUG 0 LDesktop::LDesktop(int deskNum, bool setdefault) : QObject(){ |