fix limit_txt, fix #412

This commit is contained in:
Maximilian Hils 2014-11-23 15:46:17 +01:00
parent f7c5385679
commit 47a78e3c72

View File

@ -349,8 +349,8 @@ class State(object):
@property
def limit_txt(self):
if self.filt:
return self.filt.pattern
if self._limit:
return self._limit.pattern
else:
return None