Changeset e688b4


Ignore:
Timestamp:
02/05/2011 01:12:36 AM (14 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, extjs4-port, master
Children:
9bca1a
Parents:
4c54cf
git-author:
Chad Miller <> (02/05/2011 12:25:14 AM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (02/05/2011 01:12:36 AM)
Message:

Fix #1508 - TypeError in cell_data_queue() could not convert argument to correct param type

File:
1 edited

Legend:

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

    r4c54cf re688b4  
    132132        cell.set_property("text", "")
    133133    else:
    134         cell.set_property("text", value + 1)
     134        cell.set_property("text", str(value + 1))
    135135
    136136def queue_peer_seed_sort_function(v1, v2):
Note: See TracChangeset for help on using the changeset viewer.