aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-07-03 18:51:15 (GMT)
committermarkt <markt>2007-07-03 18:51:15 (GMT)
commitdf5974b9235a345ae68fa8ff96256ae68ab2518b (patch)
tree484908d62b0076b4405bf404af0bd74b76b18b32 /src/SystemTray.cc
parent23def97c01be675b048c178bca8092a09414753f (diff)
downloadfluxbox-df5974b9235a345ae68fa8ff96256ae68ab2518b.zip
fluxbox-df5974b9235a345ae68fa8ff96256ae68ab2518b.tar.bz2
fix updating of systemtray and kde dockapps in slit on background change
added fluxbox-remote
Diffstat (limited to 'src/SystemTray.cc')
-rw-r--r--src/SystemTray.cc1
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();