1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug #38080)

Argument "*" is now silently ignored in command /window.

When item "buffer_nicklist" is in a root bar, we use current window/buffer to
find which nick has been clicked (same behaviour as callback used to display bar
item "buffer_nicklist").
This commit is contained in:
Sebastien Helleu
2013-01-14 12:16:25 +01:00
parent f14f34e9af
commit e0deceb366
3 changed files with 21 additions and 10 deletions
+3 -1
View File
@@ -1,12 +1,14 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.4.0-rc2, 2013-01-12
v0.4.0-rc2, 2013-01-14
Version 0.4.0 (under dev!)
--------------------------
* core: fix click in item "buffer_nicklist" when nicklist is a root bar
(bug #38080)
* core: fix line returned when clicking on a bar (according to position and
filling) (bug #38069)
* core: fix refresh of bars when applying layout (bug #37944, bug #37952)