diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-06 15:17:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-06 15:17:00 +0100 |
commit | 0ffb61617a755eca16e3e47ea2c79e574845ebaa (patch) | |
tree | 79251d8952af68e089011ed1b463ae8099d981a2 /ChangeLog | |
parent | 6c33b0d6e6440f026c7684728be2c47025f2d141 (diff) | |
download | weechat-0ffb61617a755eca16e3e47ea2c79e574845ebaa.zip |
core: fix hotlist problems after apply of a layout (bug #41481)
This commit fixes a problem when computing the value of "num_displayed"
in all buffers. For merged buffers (with same number), the num_displayed
of each merged buffer must be incremented (and not only the current
active buffer).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] == Version 0.4.3 (under dev) +* core: fix hotlist problems after apply of a layout (bug #41481) * core: fix installation of weechat-plugin.h with autotools (patch #8305) * core: fix compilation on Android (bug #41420, patch #8301, bug #41434) * core: fix crash when creating two bars with same name but different case |