1
0
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:
Sebastien Helleu
2012-05-04 16:46:45 +02:00
parent ccfc2ae99c
commit 54e5dad740
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
+1 -1
View File
@@ -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",