diff options
author | Ken Moore <ken@pcbsd.org> | 2015-04-25 15:57:18 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-04-25 15:57:18 -0400 |
commit | 3f3300e746224a7768cee4b3e7b7634a3d033f39 (patch) | |
tree | 0f5f41feec6167e0af1e0d680f1c9fbcf2abb835 /lumina-desktop/LPanel.cpp | |
parent | Fix another bug with the new panel/window activation switcher: do *not* re-ac... (diff) | |
download | lumina-3f3300e746224a7768cee4b3e7b7634a3d033f39.tar.gz lumina-3f3300e746224a7768cee4b3e7b7634a3d033f39.tar.bz2 lumina-3f3300e746224a7768cee4b3e7b7634a3d033f39.zip |
Add (but disable by default) some additional debuggin information. Also turn off the debugging for the session/desktop/panel classes by default.
Diffstat (limited to 'lumina-desktop/LPanel.cpp')
-rw-r--r-- | lumina-desktop/LPanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/LPanel.cpp b/lumina-desktop/LPanel.cpp index a3b0fc43..84c18bf2 100644 --- a/lumina-desktop/LPanel.cpp +++ b/lumina-desktop/LPanel.cpp @@ -8,7 +8,7 @@ #include "LSession.h" #include "panel-plugins/systemtray/LSysTray.h" -#define DEBUG 1 +#define DEBUG 0 LPanel::LPanel(QSettings *file, int scr, int num, QWidget *parent) : QWidget(){ //Take care of inputs |