aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkt <markt>2007-07-22 22:01:52 (GMT)
committermarkt <markt>2007-07-22 22:01:52 (GMT)
commitb065f9f284720fb69b1d019184cea27b807a4e37 (patch)
tree491ee0de623e3d4b06b57e0de137ef7e0bc120bd
parentdb002b568670977364db48a89ca116804de01925 (diff)
downloadfluxbox-b065f9f284720fb69b1d019184cea27b807a4e37.zip
fluxbox-b065f9f284720fb69b1d019184cea27b807a4e37.tar.bz2
another little fix
-rw-r--r--src/Window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index aaa2348..b4c0463 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -1437,7 +1437,7 @@ void FluxboxWindow::hide(bool interrupt_moving) {
1437 menu().hide(); 1437 menu().hide();
1438 frame().hide(); 1438 frame().hide();
1439 1439
1440 if (isFocused()) 1440 if (FocusControl::focusedFbWindow() == this)
1441 FocusControl::setFocusedWindow(0); 1441 FocusControl::setFocusedWindow(0);
1442} 1442}
1443 1443