mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 23:16:20 +00:00
Add context to autocomplete_with_func and use it for omemo trust command
Fix #1068
This commit is contained in:
@@ -753,7 +753,7 @@ p_gpg_free_decrypted(char *decrypted)
|
||||
}
|
||||
|
||||
char*
|
||||
p_gpg_autocomplete_key(const char *const search_str, gboolean previous)
|
||||
p_gpg_autocomplete_key(const char *const search_str, gboolean previous, void *context)
|
||||
{
|
||||
return autocomplete_complete(key_ac, search_str, TRUE, previous);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user