diff options
Diffstat (limited to 'src/SystemTray.cc')
-rw-r--r-- | src/SystemTray.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc index 7214c20..5e28681 100644 --- a/src/SystemTray.cc +++ b/src/SystemTray.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: SystemTray.cc,v 1.9 2004/04/19 22:49:25 fluxgen Exp $ | 22 | // $Id: SystemTray.cc,v 1.10 2004/05/04 14:33:37 rathnor Exp $ |
23 | 23 | ||
24 | #include "SystemTray.hh" | 24 | #include "SystemTray.hh" |
25 | 25 | ||
@@ -141,6 +141,7 @@ SystemTray::~SystemTray() { | |||
141 | // remove us, else fluxbox might delete the memory too | 141 | // remove us, else fluxbox might delete the memory too |
142 | Fluxbox::instance()->removeAtomHandler(m_handler.get()); | 142 | Fluxbox::instance()->removeAtomHandler(m_handler.get()); |
143 | removeAllClients(); | 143 | removeAllClients(); |
144 | // ~FbWindow cleans EventManager | ||
144 | } | 145 | } |
145 | 146 | ||
146 | void SystemTray::move(int x, int y) { | 147 | void SystemTray::move(int x, int y) { |