Merge common and util

This commit is contained in:
James Booth
2012-08-23 01:08:06 +01:00
parent 8b7975bdf3
commit 0fe70ce7d3
15 changed files with 91 additions and 142 deletions

View File

@@ -86,6 +86,7 @@ profanity_init(const int disable_tls, char *log_level)
gui_init();
jabber_init(disable_tls);
cmd_init();
log_msg(PROF_LEVEL_INFO, "prof", "Initialising contact list");
contact_list_init();
atexit(_profanity_shutdown);
}