diff --git a/src/SystemTray.cc b/src/SystemTray.cc index 234ad84c..04e77fab 100644 --- a/src/SystemTray.cc +++ b/src/SystemTray.cc @@ -320,7 +320,6 @@ void SystemTray::addClient(Window win) { m_clients.push_back(traywin); FbTk::EventManager::instance()->add(*this, win); - FbTk::EventManager::instance()->addParent(*this, window()); XChangeSaveSet(FbTk::App::instance()->display(), win, SetModeInsert); traywin->reparent(m_window, 0, 0); showClient(traywin);