mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 07:16:22 +00:00
Finished chat room nick autocomplete
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user