Fix console not working with an empty session

This commit is contained in:
Asmageddon 2012-07-17 23:21:24 +02:00
parent ae8751461a
commit a73fb338f1
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ class AllTorrents(BaseMode, component.Component):
reactor.stop()
return
if self.numtorrents == 0 or self.popup:
if self.numtorrents < 0:
return
elif self.entering_search: