From 69b1278c5985939c240eaffcd82be63c800a5cc6 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 19 May 2006 20:27:23 +0000 Subject: [PATCH] Fix: request save of config file when changing colors. --- ColorsListBox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ColorsListBox.c b/ColorsListBox.c index cf9eb7b2..b47a398a 100644 --- a/ColorsListBox.c +++ b/ColorsListBox.c @@ -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);