mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
core: fix crash in focus hook for nicklist (bug #36271)
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
WeeChat ChangeLog
|
||||
=================
|
||||
Sébastien Helleu <flashcode@flashtux.org>
|
||||
v0.3.8-dev, 2012-05-03
|
||||
v0.3.8-dev, 2012-05-04
|
||||
|
||||
|
||||
Version 0.3.8 (under dev!)
|
||||
--------------------------
|
||||
|
||||
* core: fix crash in focus hook for nicklist (bug #36271)
|
||||
* core: fix truncated config files (zero-length) after system crash (bug #36383)
|
||||
* core: fix display bugs and crashs with small windows (bug #36107)
|
||||
* core: convert options weechat.look.prefix_align_more and
|
||||
|
||||
@@ -1509,7 +1509,7 @@ gui_bar_item_focus_buffer_nicklist (void *data,
|
||||
hashtable_set (info, "nick", ptr_nick->name);
|
||||
hashtable_set (info, "prefix", ptr_nick->prefix);
|
||||
}
|
||||
else
|
||||
else if (ptr_group)
|
||||
{
|
||||
hashtable_set (info,
|
||||
"group",
|
||||
|
||||
Reference in New Issue
Block a user