Fix a typo in xdg-autostart
This commit is contained in:
parent
81eb4752fe
commit
7abc28bdda
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class AutostartFile:
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.path + " : " + self.de.getName()
|
return self.path + " : " + self.de.getName()
|
||||||
|
|
||||||
def _isexecfile(path):
|
def _isexecfile(self, path):
|
||||||
return os.access(path, os.X_OK)
|
return os.access(path, os.X_OK)
|
||||||
|
|
||||||
def _findFile(self, path, search, match_func):
|
def _findFile(self, path, search, match_func):
|
||||||
|
|
Loading…
Reference in a new issue