Changeset 8025 for main/waeup.kofa/trunk/src/waeup/kofa/widgets
- Timestamp:
- 3 Apr 2012, 07:43:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/widgets/sequencewidget.py
r8024 r8025 49 49 50 50 def __call__(self): 51 """This is is a patch for the orginal __call__ method which doesn't call 52 the translate function properly. 53 """ 51 """Patch for the orginal __call__ method. 52 53 The orginal __call__ method doesn't call 54 the translate function properly. 55 """ 54 56 55 57 # get the data to display:
Note: See TracChangeset for help on using the changeset viewer.