diff options
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 62eef50..f5066b7 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -1678,6 +1678,12 @@ void Fluxbox::real_reconfigure() { | |||
1678 | //reconfigure keys | 1678 | //reconfigure keys |
1679 | m_key->reconfigure(StringUtil::expandFilename(*m_rc_keyfile).c_str()); | 1679 | m_key->reconfigure(StringUtil::expandFilename(*m_rc_keyfile).c_str()); |
1680 | 1680 | ||
1681 | // and atomhandlers | ||
1682 | for (AtomHandlerContainerIt it= m_atomhandler.begin(); | ||
1683 | it != m_atomhandler.end(); | ||
1684 | it++) { | ||
1685 | (*it).first->reconfigure(); | ||
1686 | } | ||
1681 | } | 1687 | } |
1682 | 1688 | ||
1683 | BScreen *Fluxbox::findScreen(int id) { | 1689 | BScreen *Fluxbox::findScreen(int id) { |