From e1e3ffad19e3d1d14ba8f1e8e4628a7cd01c7af6 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 12 Aug 2015 17:24:41 -0300 Subject: [PATCH] Ensure default matches classic htop behavior. --- Settings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Settings.c b/Settings.c index 59317959..8132ae78 100644 --- a/Settings.c +++ b/Settings.c @@ -313,6 +313,7 @@ Settings* Settings_new(int cpuCount) { this->countCPUsFromZero = false; this->updateProcessNames = false; this->cpuCount = cpuCount; + this->showProgramPath = true; this->fields = calloc(Platform_numberOfFields+1, sizeof(ProcessField)); // TODO: turn 'fields' into a Vector,