aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkt <markt>2007-02-26 17:16:58 (GMT)
committermarkt <markt>2007-02-26 17:16:58 (GMT)
commit8ce203c9497519771c079ff0a3c30135dc0ac53a (patch)
tree8bd8ebbb0f5d8b9ecacbf923ab060485929aff61
parent78de14a99ce00b8148cc2a05b54b24c13a26776f (diff)
downloadfluxbox-8ce203c9497519771c079ff0a3c30135dc0ac53a.zip
fluxbox-8ce203c9497519771c079ff0a3c30135dc0ac53a.tar.bz2
this shouldn't be necessary
-rw-r--r--src/SystemTray.cc1
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);