diff options
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 | } |