restore missing config files on reconfigure

This commit is contained in:
Mark Tiefenbruck 2008-09-30 20:49:04 -07:00
parent 9aee5b80cb
commit 6e9d8e2dc6
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
(Format: Year/Month/Day)
Changes for 1.1.2
*08/10/01:
* Restore missing config files on reconfigure (Mark)
fluxbox.cc
*08/09/28:
* Changed resize signal, in screen, to use the new signal system
(Henrik)

View file

@ -1397,6 +1397,7 @@ void Fluxbox::load_rc(BScreen &screen) {
}
void Fluxbox::reconfigure() {
setupConfigFiles();
load_rc();
m_reconfigure_wait = true;
m_reconfig_timer.start();