Changeset 2197

Show
Ignore:
Timestamp:
06/25/07 02:11:53 (1 year ago)
Author:
abaumann
Message:

change AlarmDescription? tag in XML format to match recent change to the schema

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/moto-sync/motosync.py

    r2171 r2197  
    12911291            alarm = doc.createElement('Alarm') 
    12921292            appendXMLTag(doc, alarm, 'AlarmAction', 'DISPLAY') 
    1293             e = doc.createElement('AlarmDescription') 
    1294             appendXMLTag(doc, e, 'Content', self.name) 
    1295             alarm.appendChild(e) 
     1293            appendXMLTag(doc, alarm, 'AlarmDescription', self.name) 
    12961294            alarmtime = self.alarmdt.strftime(VCAL_DATETIME) 
    12971295            appendXMLTag(doc, alarm, 'AlarmTrigger', alarmtime)