Finished chat room nick autocomplete

This commit is contained in:
James Booth
2014-07-15 21:30:23 +01:00
parent 2f3234a5f5
commit cc62fe376c
2 changed files with 22 additions and 10 deletions

View File

@@ -171,7 +171,7 @@ autocomplete_complete(Autocomplete ac, gchar *search_str, gboolean quote)
// subsequent search attempt
} else {
// search from here+1 tp end
// search from here+1 to end
found = _search_from(ac, g_slist_next(ac->last_found), quote);
if (found != NULL)
return found;