diff options
Diffstat (limited to 'kicker/applets')
-rw-r--r-- | kicker/applets/systemtray/systemtrayapplet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.cpp b/kicker/applets/systemtray/systemtrayapplet.cpp index ad44b640f..d729c6b50 100644 --- a/kicker/applets/systemtray/systemtrayapplet.cpp +++ b/kicker/applets/systemtray/systemtrayapplet.cpp @@ -1081,6 +1081,7 @@ void TrayEmbed::setBackground() if (!isHidden()) { + printf("[systemtray] Clearing area to set background\n\r"); XClearArea(x11Display(), embeddedWinId(), 0, 0, 0, 0, True); } } |