Fix when selecting multiple torrents and right-clicking only selecting the one.

This commit is contained in:
Andrew Resch 2008-04-08 01:02:44 +00:00
parent 051e2ae9e7
commit 2b007ff878

View File

@ -417,6 +417,7 @@ class TorrentView(listview.ListView, component.Component):
# Show the Torrent menu from the MenuBar
torrentmenu = component.get("MenuBar").torrentmenu
torrentmenu.popup(None, None, None, event.button, event.time)
return True
def on_selection_changed(self, treeselection):
"""This callback is know when the selection has changed."""