aboutsummaryrefslogtreecommitdiffstats
path: root/ColorsListBox.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:20 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:20 +0200
commitea859f50d9438bc61ae96721a4d255b49de78653 (patch)
treebfb52a5f403ad1e86c562b2f4d608d1268fe8fcf /ColorsListBox.c
parent266ab52b3a741a58fb17c48b0f7939d7c5d266de (diff)
downloaddebian_htop-ea859f50d9438bc61ae96721a4d255b49de78653.tar.gz
debian_htop-ea859f50d9438bc61ae96721a4d255b49de78653.tar.bz2
debian_htop-ea859f50d9438bc61ae96721a4d255b49de78653.zip
Imported Upstream version 0.6.2upstream/0.6.2
Diffstat (limited to 'ColorsListBox.c')
-rw-r--r--ColorsListBox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ColorsListBox.c b/ColorsListBox.c
index 31cfc63..b47a398 100644
--- a/ColorsListBox.c
+++ b/ColorsListBox.c
@@ -28,7 +28,7 @@ typedef struct ColorsListBox_ {
}*/
-/* private property */
+/* private */
static char* ColorSchemes[] = {
"Default",
"Monochromatic",
@@ -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