about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-11-11 20:51:35 +0000
committerJames Booth <boothj5@gmail.com>2013-11-11 20:51:35 +0000
commit8c97658b8d1f7a10f146e33ca3dc5a7ff2aa3527 (patch)
treebd88eee2f2138e2d1cf5f5b52c7bb27972e0e75e /src/config/preferences.h
parent3e86d108a314a067589e32b60d2f6374eae501b6 (diff)
parentc5f76721ce9d10b127d54e127ac34e555c749465 (diff)
downloadprofani-tty-8c97658b8d1f7a10f146e33ca3dc5a7ff2aa3527.tar.gz
Merge branch 'master' into refactor2
Conflicts:
	src/ui/core.c
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index cb1f9204..5affe002 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -56,7 +56,8 @@ typedef enum {
     PREF_GRLOG,
     PREF_AUTOAWAY_CHECK,
     PREF_AUTOAWAY_MODE,
-    PREF_AUTOAWAY_MESSAGE
+    PREF_AUTOAWAY_MESSAGE,
+    PREF_CONNECT_ACCOUNT
 } preference_t;
 
 void prefs_load(void);