Show
Ignore:
Timestamp:
05/18/07 14:16:02 (19 months ago)
Author:
txprog
Message:

move man to pida-plugins

Files:
2 moved

Legend:

Unmodified
Added
Removed
  • pida-plugins/man/man.py

    r845 r884  
    188188        self.task.start(cmd, shell=True) 
    189189 
     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 
    190196 
    191197# Required Service attribute for service loading 
  • pida-plugins/man/man.py

    r845 r884  
    188188        self.task.start(cmd, shell=True) 
    189189 
     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 
    190196 
    191197# Required Service attribute for service loading