save style on change

This commit is contained in:
fluxgen 2002-05-18 12:38:13 +00:00
parent 63f6204c78
commit 71a158e1af

View file

@ -91,7 +91,7 @@ void Rootmenu::itemSelected(int button, unsigned int index) {
case BScreen::EXIT:
fluxbox->shutdown();
break;
break;
case BScreen::SETSTYLE:
if (item->exec().size()) {
@ -99,7 +99,8 @@ void Rootmenu::itemSelected(int button, unsigned int index) {
fluxbox->reconfigureTabs();
}
fluxbox->reconfigure();
break;
fluxbox->save_rc();
break;
case BScreen::RECONFIGURE:
fluxbox->reconfigure();
return;