diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-02-11 18:17:45 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-02-11 18:17:45 (GMT) |
commit | 611b6aa57e34ed8e52cb6b88c9adbafe4d67c6e2 (patch) | |
tree | 0d8edbf9e0356f7f93e87ca6970f684aabaae419 /src/IconbarTool.cc | |
parent | cd128d7a3e19e0608b992d5211d7ea88a73ed3cd (diff) | |
download | fluxbox-611b6aa57e34ed8e52cb6b88c9adbafe4d67c6e2.zip fluxbox-611b6aa57e34ed8e52cb6b88c9adbafe4d67c6e2.tar.bz2 |
more fun with the window menu
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r-- | src/IconbarTool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index 8aa0db8..b2a57d0 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc | |||
@@ -215,7 +215,7 @@ public: | |||
215 | explicit ShowMenu(FluxboxWindow &win):m_win(win) { } | 215 | explicit ShowMenu(FluxboxWindow &win):m_win(win) { } |
216 | void execute() { | 216 | void execute() { |
217 | // hide the menu if it's already showing for this FluxboxWindow | 217 | // hide the menu if it's already showing for this FluxboxWindow |
218 | if (m_win.menu().isVisible() && WindowCmd<void>::window() == &m_win) { | 218 | if (m_win.menu().isVisible() && FbMenu::window() == &m_win) { |
219 | m_win.menu().hide(); | 219 | m_win.menu().hide(); |
220 | return; | 220 | return; |
221 | } | 221 | } |