about summary refs log tree commit diff stats
path: root/profanity.c
diff options
context:
space:
mode:
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);
 }