diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 06:40:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 06:40:31 +0000 |
| commit | 678bb52123bde0b71037393827c03f6b17904a60 (patch) | |
| tree | 718816bb0db646d968f5ac51071dd43a76557ab7 /scripts/builtins.py | |
| parent | a6f1d6b82fbc582aa37e11d1733f36db2bdd21d8 (diff) | |
stop including otk in the openbox module. makes the wm hooger for no good cause. simply import all the otk shit. add otk.hh
Diffstat (limited to 'scripts/builtins.py')
| -rw-r--r-- | scripts/builtins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/builtins.py b/scripts/builtins.py index 77b50a51..0b90585f 100644 --- a/scripts/builtins.py +++ b/scripts/builtins.py @@ -20,7 +20,7 @@ def state_shaded(data, add=2): """Toggles, adds or removes the 'shaded' state on a window.""" if not data.client: return send_client_msg(OBDisplay_screenInfo(data.screen).rootWindow(), - OBProperty.net_wm_state, data.client,window(), add, + OBProperty.net_wm_state, data.client.window(), add, openbox.property().atom(OBProperty.net_wm_state_shaded)) def close(data): |
