From: Miroslav Lichvar Date: Thu, 10 Dec 2009 14:40:20 +0000 (-0500) Subject: Fix a typo in xdg-autostart X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=7abc28bdda2503732d3ee26192454f5058c84b83 Fix a typo in xdg-autostart --- 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):