diff options
author | markt <markt> | 2007-01-13 18:59:49 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-13 18:59:49 (GMT) |
commit | 09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae (patch) | |
tree | 1f0418e17d8a543dd281df3c0599aaff4b3c8aa5 /src/CurrentWindowCmd.cc | |
parent | 9cace1f2cb9a082408e49e668bd02a16a016cd6e (diff) | |
download | fluxbox_pavel-09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae.zip fluxbox_pavel-09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae.tar.bz2 |
little cleanup
Diffstat (limited to 'src/CurrentWindowCmd.cc')
-rw-r--r-- | src/CurrentWindowCmd.cc | 2 |
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 | ||
99 | void WindowHelperCmd::execute() { | 99 | void WindowHelperCmd::execute() { |