Show
Ignore:
Timestamp:
08/31/07 19:06:21 (15 months ago)
Author:
asterix
Message:

[misc] init Node in MultipleDataForm?? only once. Fixes #3228

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/dataforms.py

    r8678 r8679  
    391391                # all records, recorded into DataRecords 
    392392                if extend is None: 
    393                         # we have to build this object from scratch 
    394                         xmpp.Node.__init__(self) 
    395393 
    396394                        if items is not None: self.items = items