diff options
author | markt <markt> | 2007-02-26 17:16:58 (GMT) |
---|---|---|
committer | markt <markt> | 2007-02-26 17:16:58 (GMT) |
commit | 8ce203c9497519771c079ff0a3c30135dc0ac53a (patch) | |
tree | 8bd8ebbb0f5d8b9ecacbf923ab060485929aff61 /src/SystemTray.cc | |
parent | 78de14a99ce00b8148cc2a05b54b24c13a26776f (diff) | |
download | fluxbox-8ce203c9497519771c079ff0a3c30135dc0ac53a.zip fluxbox-8ce203c9497519771c079ff0a3c30135dc0ac53a.tar.bz2 |
this shouldn't be necessary
Diffstat (limited to 'src/SystemTray.cc')
-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); |