summaryrefslogtreecommitdiffstats
path: root/AffinityPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-08-12 17:29:32 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-08-12 17:29:32 -0300
commit0ebe688d2462fe99faf3ec9ef4d36e33017a636c (patch)
treedbd58491ea4825bf624ef7c75ba1e475a6a46770 /AffinityPanel.c
parente1e3ffad19e3d1d14ba8f1e8e4628a7cd01c7af6 (diff)
Avoid future confusions with how default values are set.
Diffstat (limited to 'AffinityPanel.c')
-rw-r--r--AffinityPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/AffinityPanel.c b/AffinityPanel.c
index 8612855c..b400cadb 100644
--- a/AffinityPanel.c
+++ b/AffinityPanel.c
@@ -58,7 +58,7 @@ Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity) {
} else {
mode = false;
}
- Panel_add(this, (Object*) CheckItem_new(strdup(number), NULL, mode));
+ Panel_add(this, (Object*) CheckItem_newByVal(strdup(number), mode));
}
return this;
}

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