mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
script: force refresh of scripts buffer after download of scripts list (closes #693)
This commit is contained in:
@@ -44,6 +44,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
send PONG on PING received in a websocket frame (issue #675)
|
||||
* relay: fix command "input" received from clients with only spaces in
|
||||
content of message (weechat protocol) (issue #663)
|
||||
* script: force refresh of scripts buffer after download of scripts list
|
||||
(issue #693)
|
||||
* xfer: fix DCC file received when the terminal is resized
|
||||
(issue #677, issue #680)
|
||||
|
||||
|
||||
@@ -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