Changeset e688b4
- Timestamp:
- 02/05/2011 01:12:36 AM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deluge/ui/gtkui/torrentview.py
r4c54cf re688b4 132 132 cell.set_property("text", "") 133 133 else: 134 cell.set_property("text", value + 1)134 cell.set_property("text", str(value + 1)) 135 135 136 136 def queue_peer_seed_sort_function(v1, v2):
Note:
See TracChangeset
for help on using the changeset viewer.