aboutsummaryrefslogtreecommitdiff
path: root/src/CommandDialog.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-16 11:36:08 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-16 11:36:08 (GMT)
commit06837ba8642b8a126de92f60ae05d5f84bba8bfe (patch)
tree3b23523e74c651225c3f12ff943fd92527668ea9 /src/CommandDialog.cc
parentfe412dbeef7af324a376cba338bff8c24e032d2e (diff)
downloadfluxbox-06837ba8642b8a126de92f60ae05d5f84bba8bfe.zip
fluxbox-06837ba8642b8a126de92f60ae05d5f84bba8bfe.tar.bz2
cosmetic changes
Diffstat (limited to 'src/CommandDialog.cc')
-rw-r--r--src/CommandDialog.cc5
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() {
93void CommandDialog::hide() { 93void 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
103void CommandDialog::exposeEvent(XExposeEvent &event) { 98void CommandDialog::exposeEvent(XExposeEvent &event) {