Pass plugin name to all autocompleter functions
This commit is contained in:
@@ -141,6 +141,7 @@ callbacks_init(void)
|
||||
void
|
||||
callbacks_remove(const char *const plugin_name)
|
||||
{
|
||||
// TODO remove from cmd_ac and cmd_ac_help
|
||||
g_hash_table_remove(p_commands, plugin_name);
|
||||
g_hash_table_remove(p_timed_functions, plugin_name);
|
||||
g_hash_table_remove(p_window_callbacks, plugin_name);
|
||||
|
||||
Reference in New Issue
Block a user