]> Dogcows Code - chaz/openbox/commitdiff
display the NotShowIn stuff correctly
authorDana Jansens <danakj@orodu.net>
Sun, 2 Mar 2008 16:41:08 +0000 (11:41 -0500)
committerDana Jansens <danakj@orodu.net>
Sun, 2 Mar 2008 16:41:08 +0000 (11:41 -0500)
tools/xdg-autostart/xdg-autostart

index 9ea03fdf058e418bdad00ea3e546db4a2071f8a7..64f26dc82a5d7f5c181f481d9c19d8291e361d1e 100755 (executable)
@@ -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 + ")")
This page took 0.024854 seconds and 4 git commands to generate.