Location independance, also uses ~/.themes/<themename>/oblogout if exits

This commit is contained in:
Andrew Williams
2009-01-17 03:30:12 +00:00
parent d510b98ce9
commit 05abadcabc
2 changed files with 24 additions and 18 deletions

View File

@@ -8,5 +8,5 @@ if os.path.exists('openbox-logout.conf'):
else:
config = None
app = OpenboxLogout(config)
app = openboxlogout.OpenboxLogout(config)
app.run()