Difference for common/button.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 419
 
Line 419
     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);


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:06