Changeset 1263
- Timestamp:
- 05/09/07 23:25:05 (2 years ago)
- Files:
-
- gaphor/trunk/gaphor/ui/mainwindow.py (modified) (2 diffs)
- gaphor/trunk/gaphor/ui/toplevelwindow.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/gaphor/ui/mainwindow.py
r1262 r1263 23 23 24 24 25 from interfaces import I UIComponent, IDiagramElementReceivedFocus25 from interfaces import IDiagramElementReceivedFocus 26 26 from gaphor.interfaces import IServiceEvent 27 27 … … 32 32 It contains a Namespace-based tree view and a menu and a statusbar. 33 33 """ 34 interface.implements(I UIComponent, IActionProvider)34 interface.implements(IActionProvider) 35 35 36 36 properties = inject('properties')
