aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LDesktop.cpp
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-06-14 18:27:45 -0400
committerKen Moore <ken@pcbsd.org>2015-06-14 18:27:45 -0400
commit5f537166a4af31db171711d9cedeb318ac7443b5 (patch)
treee08c446ab3622e709d2aa75ec10ec67a91fc195f /lumina-desktop/LDesktop.cpp
parentRe-work quite a bit of the background procedures for desktop plugins and watc... (diff)
downloadlumina-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.cpp2
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(){
bgstack15