Changeset 4072
- Timestamp:
- 05/05/08 13:12:04 (3 months ago)
- Files:
-
- trunk/dabo/ui/uiwx/dPemMixin.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/ui/uiwx/dPemMixin.py
r3998 r4072 433 433 def _bindDelayed(self): 434 434 for evt, mthdString in self._delayedEventBindings: 435 if not mthdString: 436 # Empty method string; this is a sign of a bug in the UI code. 437 # Log it and continue 438 dabo.errorLog.write(_("Empty Event Binding: Object: %s; Event: %s") % (self.Name, evt)) 439 continue 435 440 try: 436 441 mthd = eval(mthdString)
