Changeset 1261

Show
Ignore:
Timestamp:
05/08/07 22:57:05 (2 years ago)
Author:
arj..@yirdis.nl
Message:

fix broken gaphor run again.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/gaphor/services/guimanager.py

    r1260 r1261  
    1212 
    1313    def __init__(self): 
    14         pass 
     14        self._ui_components = dict() 
    1515 
    1616    main_window = property(lambda s: s._main_window) 
  • gaphor/trunk/gaphor/ui/mainwindow.py

    r1259 r1261  
    1919 
    2020 
    21 from interfaces import IDiagramElementReceivedFocus 
     21from interfaces import IUIComponent, IDiagramElementReceivedFocus 
    2222from gaphor.interfaces import IServiceEvent 
    2323from zope import component 
     
    2828    It contains a Namespace-based tree view and a menu and a statusbar. 
    2929    """ 
    30     interface.implements(IService, IActionProvider) 
     30    interface.implements(IUIComponent, IActionProvider) 
    3131 
    3232    properties = inject('properties')