Added preferences

This commit is contained in:
James Booth
2012-05-10 03:29:48 +01:00
parent d7cee5bec9
commit 6d5d41b33a
5 changed files with 78 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
#include "windows.h"
#include "jabber.h"
#include "command.h"
#include "preferences.h"
static void _profanity_shutdown(void);
@@ -67,6 +68,7 @@ void profanity_init(const int disable_tls)
gui_init();
jabber_init(disable_tls);
command_init();
prefs_load();
atexit(_profanity_shutdown);
}