#1263: Deluge does not remember column width
----------------------+-----------------------------------------------------
 Reporter:  C1eDoDe1  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  minor     |   Milestone:  1.3.3
Component:  gtkui     |     Version:  1.3.1
 Keywords:  column    |  
----------------------+-----------------------------------------------------

Comment(by Cas):

 This is a result of the label plugin removing its column from the treeview
 on shutdown which causes the following unforeseen issue:

 In listview.py the method remove_column uses the treeview method below,
 which I found clears all width data to '0' for the remaining columns.
  {{{self.treeview.remove_column(self.columns[header].column)}}}
 This is normally fine as the width data seems to be refreshed
 automatically while the gtk window is open however when shutting down the
 application the width data is never refreshed before save_state is called
 so 0's are written to torrentview state file.

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/1263#comment:8>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to