From f1cf7fa339d74d99c40105c8e2552c478267f064 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 2 Mar 2008 10:53:09 -0500 Subject: [PATCH] an else disappeared somehow --- tools/xdg-autostart/xdg-autostart | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xdg-autostart/xdg-autostart b/tools/xdg-autostart/xdg-autostart index 7648d8c..9ea03fd 100755 --- a/tools/xdg-autostart/xdg-autostart +++ b/tools/xdg-autostart/xdg-autostart @@ -90,6 +90,7 @@ class AutostartFile: if path[0] == '/': if match_func(path): return path else: return None + else: # check relative path for dirname in search.split(os.pathsep): if dirname != "": -- 1.9.1