diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-16 11:36:08 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-16 11:36:08 (GMT) |
commit | 06837ba8642b8a126de92f60ae05d5f84bba8bfe (patch) | |
tree | 3b23523e74c651225c3f12ff943fd92527668ea9 /src/CommandDialog.cc | |
parent | fe412dbeef7af324a376cba338bff8c24e032d2e (diff) | |
download | fluxbox_pavel-06837ba8642b8a126de92f60ae05d5f84bba8bfe.zip fluxbox_pavel-06837ba8642b8a126de92f60ae05d5f84bba8bfe.tar.bz2 |
cosmetic changes
Diffstat (limited to 'src/CommandDialog.cc')
-rw-r--r-- | src/CommandDialog.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/CommandDialog.cc b/src/CommandDialog.cc index 3746b98..8534dcd 100644 --- a/src/CommandDialog.cc +++ b/src/CommandDialog.cc | |||
@@ -93,11 +93,6 @@ void CommandDialog::show() { | |||
93 | void CommandDialog::hide() { | 93 | void CommandDialog::hide() { |
94 | FbTk::FbWindow::hide(); | 94 | FbTk::FbWindow::hide(); |
95 | Fluxbox::instance()->setShowingDialog(false); | 95 | Fluxbox::instance()->setShowingDialog(false); |
96 | |||
97 | // return focus to fluxbox window | ||
98 | if (FocusControl::focusedFbWindow()) | ||
99 | FocusControl::focusedFbWindow()->focus(); | ||
100 | |||
101 | } | 96 | } |
102 | 97 | ||
103 | void CommandDialog::exposeEvent(XExposeEvent &event) { | 98 | void CommandDialog::exposeEvent(XExposeEvent &event) { |