summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-23 17:13:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-23 17:13:31 +0000
commitd1839212f86747491106bd28e4401d9f96c723dd (patch)
tree8440ca467d646633c48ba68860854a37b0e28566
parenta10c7f11d065a9c220073dd0a5cfd35de07dacc1 (diff)
downloadtdebase-d1839212.tar.gz
tdebase-d1839212.zip
Removed debugging message; the affected area of code is not responsible for the BadWindow errors
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1178715 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kicker/applets/systemtray/systemtrayapplet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.cpp b/kicker/applets/systemtray/systemtrayapplet.cpp
index d729c6b50..ad44b640f 100644
--- a/kicker/applets/systemtray/systemtrayapplet.cpp
+++ b/kicker/applets/systemtray/systemtrayapplet.cpp
@@ -1081,7 +1081,6 @@ void TrayEmbed::setBackground()
if (!isHidden())
{
- printf("[systemtray] Clearing area to set background\n\r");
XClearArea(x11Display(), embeddedWinId(), 0, 0, 0, 0, True);
}
}