diff options
-rw-r--r-- | src/SystemTray.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc index 234ad84..04e77fa 100644 --- a/src/SystemTray.cc +++ b/src/SystemTray.cc | |||
@@ -320,7 +320,6 @@ void SystemTray::addClient(Window win) { | |||
320 | 320 | ||
321 | m_clients.push_back(traywin); | 321 | m_clients.push_back(traywin); |
322 | FbTk::EventManager::instance()->add(*this, win); | 322 | FbTk::EventManager::instance()->add(*this, win); |
323 | FbTk::EventManager::instance()->addParent(*this, window()); | ||
324 | XChangeSaveSet(FbTk::App::instance()->display(), win, SetModeInsert); | 323 | XChangeSaveSet(FbTk::App::instance()->display(), win, SetModeInsert); |
325 | traywin->reparent(m_window, 0, 0); | 324 | traywin->reparent(m_window, 0, 0); |
326 | showClient(traywin); | 325 | showClient(traywin); |