1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

xfer: fix refresh of xfer buffer after /upgrade

This commit is contained in:
Sébastien Helleu
2022-08-07 11:11:10 +02:00
parent 441d532f15
commit 9fd71067e7
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ Bug fixes::
* scripts: fix issue with year ≥ 2038 in functions infolist_new_var_time, print_date_tags and print_y_date_tags (plugins: python/lua/tcl/guile/javascript)
* scripts: fix issue with long interval in function hook_timer (plugins: python/ruby/lua/tcl/guile/javascript/php)
* xfer: fix crash when closing DCC chat buffer
* xfer: fix refresh of xfer buffer after `/upgrade`
Tests::
+2
View File
@@ -148,5 +148,7 @@ xfer_upgrade_load ()
weechat_upgrade_close (upgrade_file);
xfer_buffer_refresh (NULL);
return rc;
}