1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

core: fix display of groups/nicks in nicklist in case of empty groups (issue #1079)

This commit is contained in:
Sébastien Helleu
2017-10-09 09:10:36 +02:00
parent 221b3cd5e4
commit bfb8499d61
+1 -1
View File
@@ -682,7 +682,7 @@ gui_nicklist_get_next_item (struct t_gui_buffer *buffer,
{
if (ptr_group->nicks)
{
*group = NULL;
*group = ptr_group;
*nick = ptr_group->nicks;
return;
}