From 28b8f67562bb7eb15134f2bf7a8394f0a009b9ba Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 05:20:13 +0000 Subject: 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 --- scripts/builtins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/builtins.py') 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(): -- cgit v1.2.3