Changeset 808d9b


Ignore:
Timestamp:
02/14/2011 11:39:02 PM (14 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Children:
1da7a51
Parents:
53b4a0
git-author:
Calum Lind <calumlind+deluge@gmail.com> (02/14/2011 08:57:33 PM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (02/14/2011 11:39:02 PM)
Message:

Fix translate issue for Trackers tree in sidebar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/gtkui/filtertreeview.py

    r53b4a0 r808d9b  
    233233            label = value
    234234
    235             if cat == "state" or cat == "tracker_host":
    236                 label = _t(value)
    237 
    238235            if label == "":
    239236                if cat == "tracker_host":
     
    241238                elif cat == "label":
    242239                    label = _t("no_label")
     240            elif cat == "state" or cat == "tracker_host":
     241                label = _t(value)
    243242
    244243            row = self.treestore.append(self.cat_nodes[cat],[cat, value, label, count , pix, True])
Note: See TracChangeset for help on using the changeset viewer.