summaryrefslogtreecommitdiff
path: root/scripts/builtins.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 05:20:13 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 05:20:13 +0000
commit28b8f67562bb7eb15134f2bf7a8394f0a009b9ba (patch)
tree69eaa560ba90666b995d46b32ec64518e4b9a529 /scripts/builtins.py
parent7b7ae097a0d389a35967fdab4ea310effcfc42c2 (diff)
remove the word "sticky" from everywhere, and replace with "all desktops". change the titlebar layout to use D instead of S for the all-desktops button
Diffstat (limited to 'scripts/builtins.py')
-rw-r--r--scripts/builtins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/builtins.py b/scripts/builtins.py
index b783fd63..e3424001 100644
--- a/scripts/builtins.py
+++ b/scripts/builtins.py
@@ -262,7 +262,7 @@ def setup_window_clicks():
def setup_window_buttons():
"""Sets up the default behaviors for the buttons in the window titlebar."""
- mbind("Left", MC_StickyButton, MouseClick, toggle_all_desktops)
+ mbind("Left", MC_AllDesktopsButton, MouseClick, toggle_all_desktops)
mbind("Left", MC_CloseButton, MouseClick, close)
def setup_scroll():