From b81c7c48d5180762375d86256562abac85609f38 Mon Sep 17 00:00:00 2001 From: Thomas James Alexander Thurman Date: Wed, 24 Dec 2008 06:03:56 +0000 Subject: fix move_to_corner_se * src/include/all-keybindings.h: fix move_to_corner_se svn path=/trunk/; revision=4061 --- ChangeLog | 4 ++++ src/include/all-keybindings.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d0f7c5a3..b80751e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-24 Thomas Thurman + + * src/include/all-keybindings.h: fix move_to_corner_se + 2008-12-21 Colin Walters * src/core/window.c: windows which attempt to present themselves diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h index 864af870..f441b828 100644 --- a/src/include/all-keybindings.h +++ b/src/include/all-keybindings.h @@ -362,7 +362,7 @@ keybind (move_to_corner_ne, handle_move_to_corner_ne, 0, keybind (move_to_corner_sw, handle_move_to_corner_sw, 0, BINDING_PER_WINDOW, NULL, _("Move window to south-west (bottom left) corner")) -keybind (move_to_corner_nw, handle_move_to_corner_se, 0, +keybind (move_to_corner_se, handle_move_to_corner_se, 0, BINDING_PER_WINDOW, NULL, _("Move window to south-east (bottom right) corner")) -- cgit v1.2.1