diff options
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(); |