aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-01-13 18:59:49 (GMT)
committermarkt <markt>2007-01-13 18:59:49 (GMT)
commit09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae (patch)
tree1f0418e17d8a543dd281df3c0599aaff4b3c8aa5 /src/CurrentWindowCmd.cc
parent9cace1f2cb9a082408e49e668bd02a16a016cd6e (diff)
downloadfluxbox-09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae.zip
fluxbox-09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae.tar.bz2
little cleanup
Diffstat (limited to 'src/CurrentWindowCmd.cc')
-rw-r--r--src/CurrentWindowCmd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CurrentWindowCmd.cc b/src/CurrentWindowCmd.cc
index e4de9a4..a975bdd 100644
--- a/src/CurrentWindowCmd.cc
+++ b/src/CurrentWindowCmd.cc
@@ -93,7 +93,7 @@ void GoToTabCmd::real_execute() {
93 93
94 while (--num > 0) ++it; 94 while (--num > 0) ++it;
95 95
96 fbwindow().setCurrentClient(**it, true); 96 (*it)->focus();
97} 97}
98 98
99void WindowHelperCmd::execute() { 99void WindowHelperCmd::execute() {