Index: routest_dlg.c =================================================================== --- routest_dlg.c (revision 26944) +++ routest_dlg.c (revision 26945) @@ -66,7 +66,7 @@ return; attr = &rstdlg_ctx.dlg[rstdlg_ctx.wattr]; - tree = (pcb_hid_tree_t *)attr->enumerations; + tree = attr->wdata; if (rst_idx < 0) rst_idx = rstdlg_ctx.curr;