diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-23 17:13:31 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-23 17:13:31 +0000 |
commit | d1839212f86747491106bd28e4401d9f96c723dd (patch) | |
tree | 8440ca467d646633c48ba68860854a37b0e28566 | |
parent | a10c7f11d065a9c220073dd0a5cfd35de07dacc1 (diff) | |
download | tdebase-d1839212f86747491106bd28e4401d9f96c723dd.tar.gz tdebase-d1839212f86747491106bd28e4401d9f96c723dd.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.cpp | 1 |
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); } } |