all repos — openbox @ 7abc28bdda2503732d3ee26192454f5058c84b83

openbox fork - make it a bit more like ryudo

Fix a typo in xdg-autostart
Miroslav Lichvar mlichvar@redhat.com
commit

7abc28bdda2503732d3ee26192454f5058c84b83

parent

81eb4752fe13e05d4bef2eef322617f1a7d4029f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tools/xdg-autostart/xdg-autostarttools/xdg-autostart/xdg-autostart

@@ -80,7 +80,7 @@

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