Index: oldactions.c =================================================================== --- oldactions.c (revision 4861) +++ oldactions.c (revision 4862) @@ -40,11 +40,11 @@ { conf_native_t *n = conf_get_field(path); if (n == NULL) { - Message(PCB_MSG_DEFAULT, "Error: can't find config node %s to toggle\n", path); + pcb_message(PCB_MSG_DEFAULT, "Error: can't find config node %s to toggle\n", path); return; } if (n->type != CFN_BOOLEAN) { - Message(PCB_MSG_DEFAULT, "Error: config node %s is not a boolean, can't toggle\n", path); + pcb_message(PCB_MSG_DEFAULT, "Error: config node %s is not a boolean, can't toggle\n", path); return; }