From be7157065cb3be92a75f4c7929e39d65dfdc6208 Mon Sep 17 00:00:00 2001 From: Paul Fariello Date: Wed, 5 Feb 2020 15:29:17 +0100 Subject: Add default pref for PREF_COLOR_NICK Fix a segfault if corresponding preference is not saved in config file. --- src/config/preferences.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/config/preferences.c b/src/config/preferences.c index bd13cfd1..456aab7d 100644 --- a/src/config/preferences.c +++ b/src/config/preferences.c @@ -2137,6 +2137,8 @@ _get_default_string(preference_t pref) return "redact"; case PREF_OMEMO_POLICY: return "automatic"; + case PREF_COLOR_NICK: + return "off"; default: return NULL; } -- cgit 1.4.1-2-gfad0 I handling libraryAli Fardan <raiz@stellarbound.space>
summary refs log tree commit diff stats
path: root/Makefile
blob: e4ff5b790a5e86bb21a26ec6de2720670eeaf3bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36