mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
script: force refresh of scripts buffer after download of scripts list (closes #693)
This commit is contained in:
@@ -1448,6 +1448,8 @@ script_repo_file_update_process_cb (void *data, const char *command,
|
||||
|
||||
if (script_repo_file_read (quiet) && scripts_repo)
|
||||
{
|
||||
if (script_buffer)
|
||||
script_buffer_refresh (1);
|
||||
if (!script_action_run ())
|
||||
script_buffer_refresh (1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user