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:
@@ -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::
|
||||
|
||||
|
||||
@@ -148,5 +148,7 @@ xfer_upgrade_load ()
|
||||
|
||||
weechat_upgrade_close (upgrade_file);
|
||||
|
||||
xfer_buffer_refresh (NULL);
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user