Fix a typo in xdg-autostart

This commit is contained in:
Miroslav Lichvar 2009-12-10 09:40:20 -05:00 committed by Dana Jansens
parent 81eb4752fe
commit 7abc28bdda

View file

@ -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):