restore missing config files on reconfigure
This commit is contained in:
parent
9aee5b80cb
commit
6e9d8e2dc6
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -1397,6 +1397,7 @@ void Fluxbox::load_rc(BScreen &screen) {
|
|||
}
|
||||
|
||||
void Fluxbox::reconfigure() {
|
||||
setupConfigFiles();
|
||||
load_rc();
|
||||
m_reconfigure_wait = true;
|
||||
m_reconfig_timer.start();
|
||||
|
|
Loading…
Reference in a new issue