Index: select_act.c =================================================================== --- select_act.c (revision 11446) +++ select_act.c (revision 11447) @@ -64,7 +64,7 @@ attrs[1].enumerations = methods; attrs[1].default_val.int_value = results[1].int_value; - pcb_gui->attribute_dialog(attrs, nattr, results, "Find element", "Find element by name"); + pcb_gui->attribute_dialog(attrs, nattr, results, "Find element", "Find element by name", NULL); *method = results[1].int_value; if (results[0].str_value == NULL)