From: Dana Jansens Date: Fri, 10 Jan 2003 09:55:44 +0000 (+0000) Subject: reword comment a bit X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=6e41cef9bfebb40fdcc110296c4bc92e632fb733;p=chaz%2Fopenbox reword comment a bit --- diff --git a/scripts/builtins.py b/scripts/builtins.py index 16a16421..93f7b8db 100644 --- a/scripts/builtins.py +++ b/scripts/builtins.py @@ -271,7 +271,7 @@ def setup_scroll(): def setup_fallback_focus(): """Sets up a focus fallback routine so that when no windows are focused, - the last window on the desktop that had focus will be focused.""" + the last window to have focus on the desktop will be focused.""" focus_stack = [] def focused(data): #global focus_stack