summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2008-12-24 06:03:56 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-12-24 06:03:56 +0000
commitb81c7c48d5180762375d86256562abac85609f38 (patch)
tree207c6992ac1e465301b16535cd5ae156eb6b5941
parent01027006a736e5a9ec1965acaff2709f4f6020ba (diff)
downloadmetacity-b81c7c48d5180762375d86256562abac85609f38.tar.gz
fix move_to_corner_se
* src/include/all-keybindings.h: fix move_to_corner_se svn path=/trunk/; revision=4061
-rw-r--r--ChangeLog4
-rw-r--r--src/include/all-keybindings.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d0f7c5a3..b80751e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-24 Thomas Thurman <tthurman@gnome.org>
+
+ * src/include/all-keybindings.h: fix move_to_corner_se
+
2008-12-21 Colin Walters <walters@verbum.org>
* 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"))