Fixed a little problem with multiselection in AddTorrents

This commit is contained in:
Asmageddon 2012-07-13 12:14:05 +02:00
parent 8dfc405c3e
commit 3602fb76c5
1 changed files with 2 additions and 0 deletions

View File

@ -397,6 +397,8 @@ class AddTorrents(BaseMode, component.Component):
self._enter_dir()
else:
s = self.raw_rows[self.cursel][0]
if s not in self.marked:
self.last_mark = self.cursel
self.marked.add(s)
self._show_add_dialog()