Diff for /Amaya/amaya/templates.c between versions 1.151 and 1.152

version 1.151, 2007/10/04 15:35:41 version 1.152, 2007/10/05 12:24:53
Line 144  void RemovePromptIndicator (Element el, Line 144  void RemovePromptIndicator (Element el,
           attrType.AttrTypeNum = Template_ATTR_prompt;            attrType.AttrTypeNum = Template_ATTR_prompt;
           att = TtaGetAttribute (parent, attrType);            att = TtaGetAttribute (parent, attrType);
           if (att)            if (att)
             TtaRemoveAttribute (parent, att, doc);              {
                 TtaRegisterAttributeDelete (att, parent, doc);
                 TtaRemoveAttribute (parent, att, doc);
               }
         }          }
     }      }
 #endif /* TEMPLATES */  #endif /* TEMPLATES */

Removed from v.1.151  
changed lines
  Added in v.1.152


Webmaster