Changeset 873:fe90ffcb69c1 for pida/core/actions.py
- Timestamp:
- 05/17/07 12:44:04 (20 months ago)
- Files:
-
- 1 modified
-
pida/core/actions.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pida/core/actions.py
r637 r873 89 89 self.create_actions() 90 90 if self.svc.boss is not None: 91 self. svc.boss.add_action_group_and_ui(91 self.ui_merge_id = self.svc.boss.add_action_group_and_ui( 92 92 self._actions, 93 93 '%s.xml' % self.svc.get_name() … … 102 102 group for the service, and can be used for any purpose. 103 103 """ 104 105 def remove_actions(self): 106 self.svc.boss.remove_action_group_and_ui(self._actions, self.ui_merge_id) 104 107 105 108 def create_action(self, name, atype, label, tooltip, stock_id,
