diff options
author | simonb <simonb> | 2006-04-23 14:51:04 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-23 14:51:04 (GMT) |
commit | 53f869aa528c6fee86d382ff4cfe6dc1046093c7 (patch) | |
tree | d6713a1a23193cc47392147f3e0611db9960bee4 /src/fluxbox.cc | |
parent | 39cacd1da802e4aa2cd4fdeacf0cf2b436d87dfa (diff) | |
download | fluxbox-53f869aa528c6fee86d382ff4cfe6dc1046093c7.zip fluxbox-53f869aa528c6fee86d382ff4cfe6dc1046093c7.tar.bz2 |
reload the apps file on flux reload
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) { |