aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 42ff47d..468e723 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -733,7 +733,9 @@ void Fluxbox::handleEvent(XEvent * const e) {
733 for (; it != it_end; ++it) { 733 for (; it != it_end; ++it) {
734 if ( (*it)->screenNumber() == 734 if ( (*it)->screenNumber() ==
735 FbTk::Menu::focused()->fbwindow().screenNumber()) { 735 FbTk::Menu::focused()->fbwindow().screenNumber()) {
736 FocusControl::revertFocus(**it); 736 FocusControl::setFocusedWindow(0);
737 m_revert_screen = *it;
738 m_revert_timer.start();
737 break; // found the screen, no more search 739 break; // found the screen, no more search
738 } 740 }
739 } 741 }