diff options
author | markt <markt> | 2007-07-03 18:50:53 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-03 18:50:53 (GMT) |
commit | b70f4c144c0428324952f40939b2ada2a2d173a9 (patch) | |
tree | d0cf56fc29b4eaf58144b04d3fcc4246e1b6ad2f /src/SystemTray.cc | |
parent | 86031f9c75d7dada8fd61e5a0059d54fa42ce099 (diff) | |
download | fluxbox-b70f4c144c0428324952f40939b2ada2a2d173a9.zip fluxbox-b70f4c144c0428324952f40939b2ada2a2d173a9.tar.bz2 |
fix updating of systemtray and kde dockapps in slit on background change
added fluxbox-remote.cc
Diffstat (limited to 'src/SystemTray.cc')
-rw-r--r-- | src/SystemTray.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc index 04e77fa..fdccda0 100644 --- a/src/SystemTray.cc +++ b/src/SystemTray.cc | |||
@@ -136,6 +136,7 @@ SystemTray::SystemTray(const FbTk::FbWindow& parent, ButtonTheme& theme, BScreen | |||
136 | 136 | ||
137 | FbTk::EventManager::instance()->add(*this, m_window); | 137 | FbTk::EventManager::instance()->add(*this, m_window); |
138 | m_theme.reconfigSig().attach(this); | 138 | m_theme.reconfigSig().attach(this); |
139 | screen.bgChangeSig().attach(this); | ||
139 | 140 | ||
140 | Fluxbox* fluxbox = Fluxbox::instance(); | 141 | Fluxbox* fluxbox = Fluxbox::instance(); |
141 | Display *disp = fluxbox->display(); | 142 | Display *disp = fluxbox->display(); |