Fix: request save of config file when changing colors.

This commit is contained in:
Hisham Muhammad 2006-05-19 20:27:23 +00:00
parent 7fe0c2b33d
commit 69b1278c59
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ HandlerResult ColorsListBox_EventHandler(ListBox* super, int ch) {
}
if (result == HANDLED) {
this->settings->changed = true;
Header* header = this->settings->header;
CRT_setColors(mark);
ListBox* lbMenu = (ListBox*) TypedVector_get(this->scr->items, 0);