diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-03 15:55:11 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-05-05 05:09:57 +0200 |
commit | 20180a433681e96f62b7fae29800b0cdd560e775 (patch) | |
tree | 29a9f64a00513891b29cc2d02098b177435b7e3c /kicker/applets/systemtray/systemtrayapplet.h | |
parent | 1f8bdc6151e34f22dbcf4c863a67636451f48dfb (diff) | |
download | tdebase-20180a433681e96f62b7fae29800b0cdd560e775.tar.gz tdebase-20180a433681e96f62b7fae29800b0cdd560e775.zip |
Properly fix task tray background glitches
Ensure session is fully locked before switching to new VT when lock is requested
(cherry picked from commit 3cce16c2543ebd7441477b466b35c89333eef28c)
Diffstat (limited to 'kicker/applets/systemtray/systemtrayapplet.h')
-rw-r--r-- | kicker/applets/systemtray/systemtrayapplet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.h b/kicker/applets/systemtray/systemtrayapplet.h index 84ee06ecb..d554a810e 100644 --- a/kicker/applets/systemtray/systemtrayapplet.h +++ b/kicker/applets/systemtray/systemtrayapplet.h @@ -135,8 +135,6 @@ public: private: bool kde_tray; TQWidget *m_scaledWidget; - TQTimer* m_ensureBackgroundSetTimer; - int m_ensureBackgroundSetTimerCount; private slots: void ensureBackgroundSet(); }; |