summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2008-10-28 13:12:33 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-10-28 13:12:33 +0000
commit5dc36e1201f6e670082200cde60c746370ecf951 (patch)
tree6da874175d1e3b2af4d7e8ec7c695d0def75879e
parent6a86912554bf73b607e2cce67d29c1930b0a09db (diff)
downloadmetacity-5dc36e1201f6e670082200cde60c746370ecf951.tar.gz
fix accidental name change of run_command_terminal. Closes #557943.
* src/include/screen-bindings.h: fix accidental name change of run_command_terminal. Closes #557943. svn path=/trunk/; revision=4008
-rw-r--r--ChangeLog5
-rw-r--r--src/include/screen-bindings.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 251244e9..30eadccd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-28 Thomas Thurman <tthurman@gnome.org>
+
+ * src/include/screen-bindings.h: fix accidental name change of
+ run_command_terminal. Closes #557943.
+
2008-10-27 Thomas Thurman <tthurman@gnome.org>
* src/core/prefs.c (titlebar_handler, handle_preference_update_enum):
diff --git a/src/include/screen-bindings.h b/src/include/screen-bindings.h
index 9932128e..d15c0bfd 100644
--- a/src/include/screen-bindings.h
+++ b/src/include/screen-bindings.h
@@ -247,7 +247,7 @@ keybind (run_command_screenshot, handle_run_command, 32, 0, "Print",
keybind (run_command_window_screenshot, handle_run_command, 33, 0,"<Alt>Print",
_("Take a screenshot of a window"))
-keybind (run_terminal, handle_run_terminal, 0, 0, NULL, _("Run a terminal"))
+keybind (run_command_terminal, handle_run_terminal, 0, 0, NULL, _("Run a terminal"))
/* No description because this is undocumented */
keybind (set_spew_mark, handle_set_spew_mark, 0, 0, NULL, NULL)