Show
Ignore:
Timestamp:
01/13/07 23:35:41 (23 months ago)
Author:
asterix
Message:

merge diff from trunc to 0.11 branch

Files:
1 modified

Legend:

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

    r7500 r7829  
    342342                def fget(self): 
    343343                        return self.getAttr('type') 
    344                 def fset(self): 
     344                def fset(self, type): 
    345345                        assert type in ('form', 'submit', 'cancel', 'result') 
    346346                        self.setAttr('type', type)