mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 11:56:22 +00:00
Add context to autocomplete_with_func and use it for omemo trust command
Fix #1068
This commit is contained in:
@@ -1093,13 +1093,13 @@ wins_create_summary(gboolean unread)
|
||||
}
|
||||
|
||||
char*
|
||||
win_autocomplete(const char *const search_str, gboolean previous)
|
||||
win_autocomplete(const char *const search_str, gboolean previous, void *context)
|
||||
{
|
||||
return autocomplete_complete(wins_ac, search_str, TRUE, previous);
|
||||
}
|
||||
|
||||
char*
|
||||
win_close_autocomplete(const char *const search_str, gboolean previous)
|
||||
win_close_autocomplete(const char *const search_str, gboolean previous, void *context)
|
||||
{
|
||||
return autocomplete_complete(wins_close_ac, search_str, TRUE, previous);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user