Changed contact list to use generic autocomplete

This commit is contained in:
James Booth
2012-05-13 23:06:01 +01:00
parent be964894c6
commit 6c9cbc446d
7 changed files with 49 additions and 157 deletions

View File

@@ -30,6 +30,7 @@
#include "jabber.h"
#include "command.h"
#include "preferences.h"
#include "contact_list.h"
static void _profanity_shutdown(void);
@@ -69,6 +70,7 @@ void profanity_init(const int disable_tls)
gui_init();
jabber_init(disable_tls);
command_init();
contact_list_init();
atexit(_profanity_shutdown);
}