Changeset 1bcfc9


Ignore:
Timestamp:
05/09/2010 07:52:25 AM (15 years ago)
Author:
John Garland <johnnybg+deluge@gmail.com>
Children:
3417ca
Parents:
6ee0e5
git-author:
John Garland <johnnybg+deluge@gmail.com> (05/09/2010 07:39:45 AM)
git-committer:
John Garland <johnnybg+deluge@gmail.com> (05/09/2010 07:52:25 AM)
Message:

Remove unused code from label plugin

Location:
deluge/plugins/label/label
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • deluge/plugins/label/label/core.py

    r6ee0e5 r1bcfc9  
    260260
    261261    @export
    262     def set_options(self, label_id, options_dict , apply = False):
     262    def set_options(self, label_id, options_dict):
    263263        """update the label options
    264264
     
    272272            "move_completed_to":string() or None
    273273        }
    274 
    275         apply : applies download-options to all torrents currently labelled by label_id
    276274        """
    277275        CheckInput(label_id in self.labels , _("Unknown Label"))
  • deluge/plugins/label/label/gtkui/__init__.py

    r6ee0e5 r1bcfc9  
    4747import submenu
    4848
    49 from deluge.configmanager import ConfigManager
    50 config  = ConfigManager("label.conf")
    5149NO_LABEL = "No Label"
    52 
    5350
    5451def cell_data_label(column, cell, model, row, data):
  • deluge/plugins/label/label/gtkui/submenu.py

    r6ee0e5 r1bcfc9  
    4242from deluge.ui.client import client
    4343
    44 from deluge.configmanager import ConfigManager
    45 config  = ConfigManager("label.conf")
    4644NO_LABEL = "No Label"
    4745
Note: See TracChangeset for help on using the changeset viewer.