Changeset 2124
- Timestamp:
- 04/18/2006 10:29:50 PM (3 years ago)
- Files:
-
- branches/stable/ChangeLog (modified) (1 diff)
- branches/stable/dabo/__version__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable/ChangeLog
r2099 r2124 1 1 See the Subversion log for all the details. 2 3 Dabo 0.6.5 (2006-04-18) (Revision 2124): 4 5 Fixed showModal() to reactivate the windows previously deactivated when the 6 modal window is closed or hidden. 7 8 Fixed a bug where not passing a font to getFont() would cause the function to record an error and return None. 9 10 dCursorMixin's initProperties() hook was being called twice. Fixed, and put 11 our framework code in _initProperties() instead. 12 2 13 3 14 Dabo 0.6.4 (2006-04-06) (Revision 2099): branches/stable/dabo/__version__.py
r2099 r2124 2 2 import dabo 3 3 4 _version = "0.6. 4s"4 _version = "0.6.5s" 5 5 6 6 # If dabo is a subversion working copy, we'll try to get the current revision
