summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Sheldrake <ejs1920@yahoo.co.uk>2010-04-06 11:46:38 +0200
committerVincent Untz <vuntz@gnome.org>2010-04-06 11:46:38 +0200
commit56e3acf682b3f133c9f95cb3b876f092a1cd7baa (patch)
tree00e085f5dbd53e33e51f281b06c18bab056fc4fb
parent74514a33cb7e9decd8c42822cc4ad02969bfa1d9 (diff)
downloadmetacity-56e3acf682b3f133c9f95cb3b876f092a1cd7baa.tar.gz
Fix crash when right-clicking on window frame
This is a regression added in 333446ab.
-rw-r--r--src/core/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.c b/src/core/core.c
index 6d98075d..347579b9 100644
--- a/src/core/core.c
+++ b/src/core/core.c
@@ -520,7 +520,7 @@ meta_core_get_menu_accelerator (MetaMenuOp menu_op,
switch (menu_op)
{
case META_MENU_OP_NONE:
- name = "none";
+ /* No keybinding for this one */
break;
case META_MENU_OP_DELETE:
name = "close";