mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
parent
618c8bd10e
commit
59242cb595
@ -194,6 +194,8 @@ static void statusbar_read_group(CONFIG_NODE *node)
|
|||||||
STATUSBAR_GROUP_REC *group;
|
STATUSBAR_GROUP_REC *group;
|
||||||
GSList *tmp;
|
GSList *tmp;
|
||||||
|
|
||||||
|
g_return_if_fail(is_node_list(node));
|
||||||
|
|
||||||
group = statusbar_group_find(node->key);
|
group = statusbar_group_find(node->key);
|
||||||
if (group == NULL) {
|
if (group == NULL) {
|
||||||
group = statusbar_group_create(node->key);
|
group = statusbar_group_create(node->key);
|
||||||
|
Loading…
Reference in New Issue
Block a user