Changes between Version 2 and Version 3 of Ticket #2827, comment 4
- Timestamp:
- 05/06/2016 05:03:33 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2827, comment 4
v2 v3 1 1 its https://github.com/deluge-torrent/deluge/commit/1a2ff9b089cd23efdef5c8d7dbed84f8ca300d1c 2 2 3 Edit: removing object form class ListViewColumnState: is enough to get past the error. 3 Edit: removing object form 4 {{{ 5 class ListViewColumnState(object): 6 }}} 7 is enough to get past the error.