diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-30 00:04:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-30 00:04:29 +0000 |
| commit | f4c91c54b5117004603b81f1cdc0967f186cfaab (patch) | |
| tree | 13654df1ccc08678e7e50b15bf8ab60fc0604ee9 /scripts/focus.py | |
| parent | a692d5c4e1e18a2a82cabfef20664286a13c5946 (diff) | |
missing a )
Diffstat (limited to 'scripts/focus.py')
| -rw-r--r-- | scripts/focus.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/focus.py b/scripts/focus.py index 9a480ed5..5ae40cf2 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -197,7 +197,7 @@ def _create_popup_list(data): if client and ((client.desktop() == desktop or client.desktop() == 0xffffffff) and \ client.normal() and (client.canFocus() or - client.focusNotify()): + client.focusNotify())): t = client.title() if len(t) > 50: # limit the length of titles t = t[:24] + "..." + t[-24:] |
