version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* static char *rcsid_button_c = | | * static char *rcsid_button_c = |
* "$Id: button.c,v 1.12 2001/03/20 05:46:18 mwedel Exp $"; | | * "$Id: button.c,v 1.13 2001/04/11 08:39:53 mardahl Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* LOG(llevDebug, "update_button: %s (%d)\n", op->name, op->count); */ | | /* LOG(llevDebug, "update_button: %s (%d)\n", op->name, op->count); */ |
for (ol = get_button_links(op); ol; ol = ol->next) { | | for (ol = get_button_links(op); ol; ol = ol->next) { |
if (!ol->ob || ol->ob->count != ol->id) { | | if (!ol->ob || ol->ob->count != ol->id) { |
LOG(llevError, "Internal error in update_button (%s).\n", op->name); | | LOG(llevDebug, "Internal error in update_button (%s).\n", op->name); |
continue; | | continue; |
} | | } |
tmp = ol->ob; | | tmp = ol->ob; |