summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-05-19 20:27:23 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-05-19 20:27:23 +0000
commit69b1278c5985939c240eaffcd82be63c800a5cc6 (patch)
tree838012452adef019d8538c96efa8bc29be5b8eb4
parent7fe0c2b33d7ee22904c130301544df43780edc51 (diff)
Fix: request save of config file when changing colors.
-rw-r--r--ColorsListBox.c1
1 files changed, 1 insertions, 0 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy