Changeset 884:a18e6400a3bc for pida-plugins/man/man.py
- Timestamp:
- 05/18/07 14:16:02 (19 months ago)
- Files:
-
- 2 moved
-
pida-plugins/man/man.py (moved) (moved from pida/services/man/man.py) (1 diff)
-
pida-plugins/man/man.py (moved) (moved from pida/services/man/man.py) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pida-plugins/man/man.py
r845 r884 188 188 self.task.start(cmd, shell=True) 189 189 190 def stop(self): 191 if self.task: 192 self.task.stop() 193 if self.get_action('show_man').get_active(): 194 self.hide_man() 195 190 196 191 197 # Required Service attribute for service loading -
pida-plugins/man/man.py
r845 r884 188 188 self.task.start(cmd, shell=True) 189 189 190 def stop(self): 191 if self.task: 192 self.task.stop() 193 if self.get_action('show_man').get_active(): 194 self.hide_man() 195 190 196 191 197 # Required Service attribute for service loading
