Changeset 8679 for branches/gajim_0.11.1/src
- Timestamp:
- 08/31/07 19:06:21 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/common/dataforms.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/dataforms.py
r8678 r8679 391 391 # all records, recorded into DataRecords 392 392 if extend is None: 393 # we have to build this object from scratch394 xmpp.Node.__init__(self)395 393 396 394 if items is not None: self.items = items
