mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
Fix crash when right-clicking on window frame
This is a regression added in 333446ab. https://bugzilla.gnome.org/show_bug.cgi?id=614592
This commit is contained in:
parent
11061a23b1
commit
f8dd4c160b
@ -527,7 +527,7 @@ meta_core_get_menu_accelerator (MetaMenuOp menu_op,
|
|||||||
switch (menu_op)
|
switch (menu_op)
|
||||||
{
|
{
|
||||||
case META_MENU_OP_NONE:
|
case META_MENU_OP_NONE:
|
||||||
name = "none";
|
/* No keybinding for this one */
|
||||||
break;
|
break;
|
||||||
case META_MENU_OP_DELETE:
|
case META_MENU_OP_DELETE:
|
||||||
name = "close";
|
name = "close";
|
||||||
|
Loading…
Reference in New Issue
Block a user