~osomon/phatch/extract-all-metadata

« back to all changes in this revision

Viewing changes to phatch/actions/color_to_alpha.py

  • Committer: spe.stani.be at gmail
  • Date: 2009-06-11 07:38:50 UTC
  • Revision ID: spe.stani.be@gmail.com-20090611073850-my0o5h181gfevy8f
Changed version number to 0.2.0.bzr751

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    update_size = True
137
137
    __doc__     = _t('Make selected color transparent')
138
138
    
139
 
    def get_relevant(self):
 
139
    def get_relevant_field_labels(self):
140
140
        """If this method is present, Phatch will only show relevant
141
141
        fields. 
142
142