all repos — openbox @ 1a3ffb6e5b6782ce79006f788f6fb4e3db7d8b4a

openbox fork - make it a bit more like ryudo

display the NotShowIn stuff correctly
Dana Jansens danakj@orodu.net
commit

1a3ffb6e5b6782ce79006f788f6fb4e3db7d8b4a

parent

0e3ad6344548bec9259a11b2224930b1d36e8c03

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tools/xdg-autostart/xdg-autostarttools/xdg-autostart/xdg-autostart

@@ -121,7 +121,7 @@ s += i

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 + ")")