Changeset 1118

Show
Ignore:
Timestamp:
01/11/07 07:20:23 (2 years ago)
Author:
arjanmol
Message:

- removed interaction menu from toolbox
- restored old toolbox layout.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/branches/new-canvas/gaphor/ui/mainwindow.py

    r1097 r1118  
    5454                'InsertObjectNode', 
    5555                'InsertFlow')), 
    56         (_('Interactions'), ( 
     56#        (_('Interactions'), ( 
    5757#                'InsertInteraction', 
    58                 'InsertLifeline', 
    59                 'InsertMessage')), 
     58#                'InsertLifeline', 
     59#                'InsertMessage')), 
    6060        (_('Use Cases'), ( 
    6161                'InsertUseCase', 
  • gaphor/branches/new-canvas/gaphor/ui/toolbox.py

    r1081 r1118  
    5555                     content.get_property('visible'), persistent=True) 
    5656 
    57     def old_make_wrapbox_decorator(self, title, content): 
     57    def make_wrapbox_decorator(self, title, content): 
    5858        """ 
    5959        Create a gtk.VBox with in the top compartment a label that can be 
     
    9696        return vbox 
    9797 
    98     def make_wrapbox_decorator(self, title, content): 
     98    def new_make_wrapbox_decorator(self, title, content): 
    9999        """ 
    100100        Create a gtk.VBox with in the top compartment a label that can be