Changeset 7829 for branches/gajim_0.11/src/common/dataforms.py
- Timestamp:
- 01/13/07 23:35:41 (23 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/common/dataforms.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/common/dataforms.py
r7500 r7829 342 342 def fget(self): 343 343 return self.getAttr('type') 344 def fset(self ):344 def fset(self, type): 345 345 assert type in ('form', 'submit', 'cancel', 'result') 346 346 self.setAttr('type', type)
