From a9aaa278dc4b6b4bb90af228e3d42a30bda62fc2 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 28 Jan 2009 18:17:52 +0000 Subject: [PATCH] Fixes LP #322208 --- oblogout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oblogout b/oblogout index 599e339..73068eb 100755 --- a/oblogout +++ b/oblogout @@ -83,7 +83,7 @@ def main(argv = None): # Start the application app = openboxlogout.OpenboxLogout(config) - #app.run() + app.run_logout() return 0 if __name__ == "__main__":