X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=src%2Fecoli_editline.c;fp=src%2Fecoli_editline.c;h=2610bf554abbaa0acd46290fe4a648e496ae71e9;hp=ed8ea219cf48a1cd5fcd1d9cb953b71dae1f8753;hb=dcc0daee87364ab2e0b312829c6dd612c33e6a54;hpb=d9d05d35bbf9bee36d9ce2b8329b5e2a6a19d397 diff --git a/src/ecoli_editline.c b/src/ecoli_editline.c index ed8ea21..2610bf5 100644 --- a/src/ecoli_editline.c +++ b/src/ecoli_editline.c @@ -393,7 +393,7 @@ static int get_node_help(const struct ec_comp_item *item, grp = ec_comp_item_get_grp(item); - for (state = grp->state; state != NULL; + for (state = ec_comp_group_get_state(grp); state != NULL; state = ec_parse_get_parent(state)) { node = ec_parse_get_node(state); if (node_help == NULL)