Update TorrentDetails when a different torrent is selected.

This commit is contained in:
Andrew Resch 2007-09-22 19:27:29 +00:00
parent 82873f8129
commit d91bcbe55c

View File

@ -294,4 +294,6 @@ class TorrentView(listview.ListView):
def on_selection_changed(self, treeselection):
"""This callback is know when the selection has changed."""
log.debug("on_selection_changed")
self.window.torrentdetails.update()