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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user