this shouldn't be necessary
This commit is contained in:
parent
78de14a99c
commit
8ce203c949
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue