aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewidget.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-15 22:23:32 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-15 22:23:32 +0000
commitacd4a0e33549fcc02655dc50269dda173196c5a3 (patch)
tree576ffaf9e1cd16e552ce650d3be2d8eac1cb72ed /lib/gui/ewidget.cpp
parente613232c4159b23b7160f474e5b09534d42f78ec (diff)
downloadenigma2-acd4a0e33549fcc02655dc50269dda173196c5a3.tar.gz
enigma2-acd4a0e33549fcc02655dc50269dda173196c5a3.zip
disable debug
Diffstat (limited to 'lib/gui/ewidget.cpp')
-rw-r--r--lib/gui/ewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/ewidget.cpp b/lib/gui/ewidget.cpp
index a0a089a6..e75c75c1 100644
--- a/lib/gui/ewidget.cpp
+++ b/lib/gui/ewidget.cpp
@@ -100,7 +100,7 @@ void eWidget::show()
return;
m_vis |= wVisShow;
- eDebug("show widget %p", this);
+// eDebug("show widget %p", this);
notifyShowHide();
/* TODO: optimize here to only recalc what's required. possibly merge with hide. */