about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-11 13:13:25 +0100
committerJames Booth <boothj5@gmail.com>2014-05-11 13:13:25 +0100
commitddbb4872b3ac8e362b37bfa565f80c888718cf7a (patch)
treeaba9e690e18b4a0526ef45c2d4ab5c1f5a1a8e8f /src/config/preferences.h
parentacdda9a82cdb470496acdde9a0bc18c668f53a65 (diff)
downloadprofani-tty-ddbb4872b3ac8e362b37bfa565f80c888718cf7a.tar.gz
Moved global OTR settings to [otr] group
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 3d2f6023..fb11d873 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -61,10 +61,10 @@ typedef enum {
     PREF_AUTOAWAY_MODE,
     PREF_AUTOAWAY_MESSAGE,
     PREF_CONNECT_ACCOUNT,
-    PREF_OTR_LOG,
-    PREF_OTR_WARN,
     PREF_LOG_ROTATE,
     PREF_LOG_SHARED,
+    PREF_OTR_LOG,
+    PREF_OTR_WARN,
     PREF_OTR_POLICY
 } preference_t;