about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-21 21:07:57 +0100
committerJames Booth <boothj5@gmail.com>2015-06-21 21:07:57 +0100
commit446027b9505342c09f62f6d7a279c65a0d1db107 (patch)
tree2dde6c8ded47bb6880265e0b83a8aef25ad3e5ab /src/config/preferences.h
parente72ddf5488a4cc2a39ed8037181a39d71768eff6 (diff)
downloadprofani-tty-446027b9505342c09f62f6d7a279c65a0d1db107.tar.gz
Moved setting otr.warn -> enc.warn
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index 273ce6bb..16a4d4e0 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -98,11 +98,11 @@ typedef enum {
     PREF_LOG_ROTATE,
     PREF_LOG_SHARED,
     PREF_OTR_LOG,
-    PREF_OTR_WARN,
     PREF_OTR_POLICY,
     PREF_RESOURCE_TITLE,
     PREF_RESOURCE_MESSAGE,
-    PREF_INPBLOCK_DYNAMIC
+    PREF_INPBLOCK_DYNAMIC,
+    PREF_ENC_WARN,
 } preference_t;
 
 typedef struct prof_alias_t {