missing a )
This commit is contained in:
parent
a692d5c4e1
commit
f4c91c54b5
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def _create_popup_list(data):
|
||||||
if client and ((client.desktop() == desktop or
|
if client and ((client.desktop() == desktop or
|
||||||
client.desktop() == 0xffffffff) and \
|
client.desktop() == 0xffffffff) and \
|
||||||
client.normal() and (client.canFocus() or
|
client.normal() and (client.canFocus() or
|
||||||
client.focusNotify()):
|
client.focusNotify())):
|
||||||
t = client.title()
|
t = client.title()
|
||||||
if len(t) > 50: # limit the length of titles
|
if len(t) > 50: # limit the length of titles
|
||||||
t = t[:24] + "..." + t[-24:]
|
t = t[:24] + "..." + t[-24:]
|
||||||
|
|
Loading…
Reference in a new issue