]> Dogcows Code - chaz/openbox/commitdiff
Fix a typo in xdg-autostart
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 10 Dec 2009 14:40:20 +0000 (09:40 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 10 Dec 2009 14:42:41 +0000 (09:42 -0500)
tools/xdg-autostart/xdg-autostart

index 64f26dc82a5d7f5c181f481d9c19d8291e361d1e..4a53382669443bd0dce7065899925e8c42f49a5b 100755 (executable)
@@ -80,7 +80,7 @@ class AutostartFile:
     def __str__(self):
         return self.path + " : " + self.de.getName()
 
-    def _isexecfile(path):
+    def _isexecfile(self, path):
         return os.access(path, os.X_OK)
 
     def _findFile(self, path, search, match_func):
This page took 0.022895 seconds and 4 git commands to generate.