dont seg on multiple root clicks!

This commit is contained in:
Dana Jansens 2002-12-27 09:17:56 +00:00
parent 656701140b
commit 30e4651787

View file

@ -33,7 +33,8 @@ def def_click_root(action, win, type, modifiers, button, time):
if type == Type_Root:
if button == Button1:
print "nothing probly.."
OBClient_unfocus(Openbox_focusedClient(openbox))
client = Openbox_focusedClient(openbox)
if client: OBClient_unfocus(client)
elif button == Button2:
print "workspace menu"
elif button == Button3: