aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-05-04 14:33:38 (GMT)
committerrathnor <rathnor>2004-05-04 14:33:38 (GMT)
commitd95fcc2dbba7fdf3884452bd69c352c87ae1e57b (patch)
treeb232dbadf1898049ee0fdd9cedbb00852c44d29c /src/SystemTray.cc
parente127dabae691ee567aaedb84a2d7456c72991978 (diff)
downloadfluxbox-d95fcc2dbba7fdf3884452bd69c352c87ae1e57b.zip
fluxbox-d95fcc2dbba7fdf3884452bd69c352c87ae1e57b.tar.bz2
Event Manager fixes/review
Diffstat (limited to 'src/SystemTray.cc')
-rw-r--r--src/SystemTray.cc3
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
146void SystemTray::move(int x, int y) { 147void SystemTray::move(int x, int y) {