about summary refs log tree commit diff stats
path: root/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-10 09:55:55 +0100
committerJames Booth <boothj5@gmail.com>2012-05-10 09:55:55 +0100
commitaa26278a4611157e3eb8e55239bd6cd4f2a6b687 (patch)
tree180189901509e193393352672e9960e5278ea664 /profanity.c
parent90c985c4d2031c54c67d236797b0e8d528c73594 (diff)
downloadprofani-tty-aa26278a4611157e3eb8e55239bd6cd4f2a6b687.tar.gz
Moved beep/flash settings to preferences
Diffstat (limited to 'profanity.c')
-rw-r--r--profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profanity.c b/profanity.c
index ad914567..5eacb95a 100644
--- a/profanity.c
+++ b/profanity.c
@@ -64,11 +64,11 @@ void profanity_run(void)
 
 void profanity_init(const int disable_tls)
 {
+    prefs_load();
     log_init();
     gui_init();
     jabber_init(disable_tls);
     command_init();
-    prefs_load();
     atexit(_profanity_shutdown);
 }