Changes between Version 2 and Version 3 of Ticket #2827, comment 4


Ignore:
Timestamp:
05/06/2016 05:03:33 PM (8 years ago)
Author:
Doadin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2827, comment 4

    v2 v3  
    11its https://github.com/deluge-torrent/deluge/commit/1a2ff9b089cd23efdef5c8d7dbed84f8ca300d1c
    22
    3 Edit: removing object form class ListViewColumnState: is enough to get past the error.
     3Edit: removing object form
     4{{{
     5class ListViewColumnState(object):
     6}}}
     7is enough to get past the error.