about summary refs log tree commit diff stats
path: root/src/config/preferences.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-02 20:32:15 +0100
committerJames Booth <boothj5@gmail.com>2015-06-02 20:32:15 +0100
commit78a4446023660b94ad0d93f59aab3149c50b3868 (patch)
treed6187e4114ffe229fb71d976b1dd076fb75285b3 /src/config/preferences.c
parentf278e0a466c3b7815f0575d37057397666218b28 (diff)
parentf0f3a739f4f6963d9ed3300f4b9ef8116ec39ba3 (diff)
downloadprofani-tty-78a4446023660b94ad0d93f59aab3149c50b3868.tar.gz
Merge branch 'master' into stabber-tests
Diffstat (limited to 'src/config/preferences.c')
-rw-r--r--src/config/preferences.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c
index 36a04a8f..e892d796 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -507,6 +507,7 @@ _get_group(preference_t pref)
         case PREF_MUC_PRIVILEGES:
         case PREF_PRESENCE:
         case PREF_WRAP:
+        case PREF_WINS_AUTO_TIDY:
         case PREF_TIME:
         case PREF_TIME_STATUSBAR:
         case PREF_ROSTER:
@@ -654,6 +655,8 @@ _get_key(preference_t pref)
             return "presence";
         case PREF_WRAP:
             return "wrap";
+        case PREF_WINS_AUTO_TIDY:
+            return "wins.autotidy";
         case PREF_TIME:
             return "time";
         case PREF_TIME_STATUSBAR:
@@ -700,6 +703,7 @@ _get_default_boolean(preference_t pref)
         case PREF_MUC_PRIVILEGES:
         case PREF_PRESENCE:
         case PREF_WRAP:
+        case PREF_WINS_AUTO_TIDY:
         case PREF_INPBLOCK_DYNAMIC:
         case PREF_RESOURCE_TITLE:
         case PREF_RESOURCE_MESSAGE: