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

Fix crash when adding nick after call to nicklist_remove_all

This commit is contained in:
Sebastien Helleu
2008-05-20 11:05:10 +02:00
parent 987234faf9
commit 0a225e5cce
+1
View File
@@ -448,6 +448,7 @@ gui_nicklist_remove_all (struct t_gui_buffer *buffer)
{
gui_nicklist_remove_group (buffer, buffer->nicklist_root);
}
gui_nicklist_add_group (buffer, NULL, "root", NULL, 0);
}
/*