display the NotShowIn stuff correctly
This commit is contained in:
parent
0e3ad63445
commit
1a3ffb6e5b
1 changed files with 1 additions and 1 deletions
|
@ -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 + ")")
|
||||
|
|
Loading…
Reference in a new issue