display the NotShowIn stuff correctly

This commit is contained in:
Dana Jansens 2008-03-02 11:41:08 -05:00
parent 0e3ad63445
commit 1a3ffb6e5b

View file

@ -121,7 +121,7 @@ class AutostartFile:
self._alert("Excluded by: OnlyShowIn (" + s + ")")
if default and noshow and not force:
s = ""
for i in self.de.getOnlyShowIn():
for i in self.de.getNotShowIn():
if s: s += ", "
s += i
self._alert("Excluded by: NotShowIn (" + s + ")")