aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index fcbd368..e761eda 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -160,7 +160,9 @@ public:
160 160
161 void timed_reconfigure(); 161 void timed_reconfigure();
162 void revertFocus(); 162 void revertFocus();
163 void setShowingDialog(bool value) { m_showing_dialog = value; } 163 void setShowingDialog(bool value) {
164 m_showing_dialog = value; if (!value) revertFocus();
165 }
164 166
165 bool isStartup() const { return m_starting; } 167 bool isStartup() const { return m_starting; }
166 bool isRestarting() const { return m_restarting; } 168 bool isRestarting() const { return m_restarting; }