summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2009-12-10 09:40:20 -0500
committerDana Jansens <danakj@orodu.net>2009-12-10 09:42:41 -0500
commit7abc28bdda2503732d3ee26192454f5058c84b83 (patch)
treec890ea9669550c67a10ef3e5910f0f90262c11ba
parent81eb4752fe13e05d4bef2eef322617f1a7d4029f (diff)
Fix a typo in xdg-autostart
-rwxr-xr-xtools/xdg-autostart/xdg-autostart2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xdg-autostart/xdg-autostart b/tools/xdg-autostart/xdg-autostart
index 64f26dc8..4a533826 100755
--- a/tools/xdg-autostart/xdg-autostart
+++ b/tools/xdg-autostart/xdg-autostart
@@ -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):