Fix inability to open torrent options with 'o' key

This commit is contained in:
Asmageddon 2012-05-29 20:11:47 +02:00
parent 3920a93cba
commit 84425d7786

View File

@ -49,7 +49,7 @@ from add_util import add_torrent
from input_popup import InputPopup, ALIGN from input_popup import InputPopup, ALIGN
from torrentdetail import TorrentDetail from torrentdetail import TorrentDetail
from preferences import Preferences from preferences import Preferences
from torrent_actions import torrent_actions_popup from torrent_actions import torrent_actions_popup, ACTION
from eventview import EventView from eventview import EventView
from legacy import Legacy from legacy import Legacy