about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/theme.c b/src/config/theme.c
index f7842bab..072dc3a8 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -486,7 +486,7 @@ _load_preferences(void)
     if (g_key_file_has_key(theme, "ui", "correction.char", NULL)) {
         gchar *ch = g_key_file_get_string(theme, "ui", "correction.char", NULL);
         if (ch && strlen(ch) > 0) {
-            prefs_set_omemo_char(ch[0]);
+            prefs_set_correction_char(ch[0]);
             g_free(ch);
         }
     }