]> Dogcows Code - chaz/openbox/blobdiff - tools/xdg-autostart/xdg-autostart
Update ukrainian translation and rename to uk.po
[chaz/openbox] / tools / xdg-autostart / xdg-autostart
index 7648d8c4fc56b95064a85e74d003fcce85bb4985..64f26dc82a5d7f5c181f481d9c19d8291e361d1e 100755 (executable)
@@ -90,6 +90,7 @@ class AutostartFile:
         if path[0] == '/':
             if match_func(path): return path
             else: return None
+        else:
             # check relative path
             for dirname in search.split(os.pathsep):
                 if dirname != "":
@@ -120,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.019569 seconds and 4 git commands to generate.