version 1.5 | | version 1.6 |
---|
| | |
/* | | /* |
* static char *rcsid_button_c = | | * static char *rcsid_button_c = |
* "$Id: button.c,v 1.5 2000/06/16 06:06:33 cvs Exp $"; | | * "$Id: button.c,v 1.6 2000/06/19 00:42:32 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
LOG(llevError, "Tried to add button-link without map.\n"); | | LOG(llevError, "Tried to add button-link without map.\n"); |
return; | | return; |
} | | } |
| | button->protected = connected; /* peterm: I need this so I can rebuild |
| | a connected map from a template map. */ |
/* LOG(llevDebug,"adding button %s (%d)\n", button->name, connected);*/ | | /* LOG(llevDebug,"adding button %s (%d)\n", button->name, connected);*/ |
| | |
SET_FLAG(button,FLAG_IS_LINKED); | | SET_FLAG(button,FLAG_IS_LINKED); |