X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tools%2Fxdg-autostart%2Fxdg-autostart;h=64f26dc82a5d7f5c181f481d9c19d8291e361d1e;hb=1169118e60050ee361e22111ffce842ff393d8bf;hp=9ea03fdf058e418bdad00ea3e546db4a2071f8a7;hpb=f1cf7fa339d74d99c40105c8e2552c478267f064;p=chaz%2Fopenbox diff --git a/tools/xdg-autostart/xdg-autostart b/tools/xdg-autostart/xdg-autostart index 9ea03fdf..64f26dc8 100755 --- a/tools/xdg-autostart/xdg-autostart +++ b/tools/xdg-autostart/xdg-autostart @@ -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 + ")")