Changeset 1118
- Timestamp:
- 01/11/07 07:20:23 (2 years ago)
- Files:
-
- gaphor/branches/new-canvas/gaphor/ui/mainwindow.py (modified) (1 diff)
- gaphor/branches/new-canvas/gaphor/ui/toolbox.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/branches/new-canvas/gaphor/ui/mainwindow.py
r1097 r1118 54 54 'InsertObjectNode', 55 55 'InsertFlow')), 56 (_('Interactions'), (56 # (_('Interactions'), ( 57 57 # 'InsertInteraction', 58 'InsertLifeline',59 'InsertMessage')),58 # 'InsertLifeline', 59 # 'InsertMessage')), 60 60 (_('Use Cases'), ( 61 61 'InsertUseCase', gaphor/branches/new-canvas/gaphor/ui/toolbox.py
r1081 r1118 55 55 content.get_property('visible'), persistent=True) 56 56 57 def old_make_wrapbox_decorator(self, title, content):57 def make_wrapbox_decorator(self, title, content): 58 58 """ 59 59 Create a gtk.VBox with in the top compartment a label that can be … … 96 96 return vbox 97 97 98 def make_wrapbox_decorator(self, title, content):98 def new_make_wrapbox_decorator(self, title, content): 99 99 """ 100 100 Create a gtk.VBox with in the top compartment a label that can be
