summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-26 11:43:14 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-26 11:43:14 +0200
commit9a3d4b1d2ecbc0746c49ca7d822a17e8a5c44f44 (patch)
tree122c28710cd8c426d87cecc5463d54712f6b6b28 /config/config.c
parent09704eb49c6cc9cbd694377d00474bb67b5da059 (diff)
[Test] Fix compiler warning, theme test (bug in lexer) and more.
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index e3cf8356..62adab5d 100644
--- a/config/config.c
+++ b/config/config.c
@@ -96,7 +96,7 @@ Settings config = {
/** Sort the displayed list */
.sort = FALSE,
/** Use levenshtein sorting when matching */
- .sorting_method = SORT_NORMAL,
+ .sorting_method = "normal",
/** Case sensitivity of the search */
.case_sensitive = FALSE,
/** Cycle through in the element list */