From 7abc28bdda2503732d3ee26192454f5058c84b83 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 10 Dec 2009 09:40:20 -0500 Subject: [PATCH] Fix a typo in xdg-autostart --- tools/xdg-autostart/xdg-autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.44.0