Renamed autocomplete function to get list

This commit is contained in:
James Booth
2014-09-26 00:06:50 +01:00
parent 0afdbfaf03
commit 0b2a1a1bc7
6 changed files with 39 additions and 27 deletions

View File

@@ -339,7 +339,7 @@ roster_get_group(const char * const group)
GSList *
roster_get_groups(void)
{
return autocomplete_get_list(groups_ac);
return autocomplete_create_list(groups_ac);
}
char *