~bryce/gtg/notebook

« back to all changes in this revision

Viewing changes to GTG/plugins/task_reaper/reaper.py

  • Committer: Luca Invernizzi
  • Date: 2010-02-15 10:27:58 UTC
  • Revision ID: invernizzi.l@gmail.com-20100215102758-ljrlv0linigjef4s
Adding "send by email" plugin. Still needs a nice icon, since gtk stock
does not have an email icon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
    def deactivate(self, plugin_api):
88
88
        if self.menu_item_is_shown == True:
89
89
            plugin_api.remove_menu_item(self.menu_item)
90
 
        pass
91
90
 
92
91
## HELPER FUNCTIONS ############################################################
93
92