Index: dlg.c =================================================================== --- dlg.c (revision 30407) +++ dlg.c (revision 30408) @@ -37,10 +37,8 @@ #define PCB dont_use -static void drc_rlist_pcb2dlg(void); static void rlist_select(pcb_hid_attribute_t *attrib, void *hid_ctx, pcb_hid_row_t *row); - typedef struct{ PCB_DAD_DECL_NOINIT(dlg) conf_role_t role; Index: drc_query.c =================================================================== --- drc_query.c (revision 30407) +++ drc_query.c (revision 30408) @@ -51,6 +51,9 @@ #include "../src_plugins/drc_query/conf_internal.c" #include "../src_plugins/query/query.h" + +static void drc_rlist_pcb2dlg(void); + #include "drc_query_stat.c" static const char *drc_query_cookie = "drc_query"; @@ -252,6 +255,8 @@ load_str(rule, i, "query") ); } + + drc_rlist_pcb2dlg(); /* for the run time */ } static vtp0_t free_drc_conf_nodes;