diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-28 13:52:58 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-28 13:52:58 +0100 |
commit | dd2b19ec42e72d4fdc540774a9899dd526f4d0e4 (patch) | |
tree | 963da0bfdf10278eab151fd07431111cee63e4d5 /ChangeLog.adoc | |
parent | df0506dbdf913af318c660fec7b72ebd24565e80 (diff) | |
download | weechat-dd2b19ec42e72d4fdc540774a9899dd526f4d0e4.zip |
core: fix display of hotlist in buflist after changing value of option weechat.look.hotlist_sort (closes #1733)
The "hotlist" pointer in buffers was lost, it is now set again after switching
to the newly sorted hotlist.
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 006d5bda1..486f59196 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -24,6 +24,7 @@ New features:: Bug fixes:: + * core: fix display of hotlist in buflist after changing value of option weechat.look.hotlist_sort (issue #1733) * irc: fix display of IRC numeric messages with no parameters Tests:: |