summaryrefslogtreecommitdiff
path: root/src/core/keybindings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/keybindings.c')
-rw-r--r--src/core/keybindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/keybindings.c b/src/core/keybindings.c
index 6684d4f48..68f32b0bc 100644
--- a/src/core/keybindings.c
+++ b/src/core/keybindings.c
@@ -1407,7 +1407,7 @@ meta_display_grab_accelerator (MetaDisplay *display,
MetaKeyCombo combo;
MetaKeyDevirtCombo devirt_combo;
- if (!meta_parse_accelerator (accelerator, &combo.keysym, &combo.keycode, &combo.modifiers))
+ if (!meta_parse_accelerator (accelerator, &combo))
{
meta_topic (META_DEBUG_KEYBINDINGS,
"Failed to parse accelerator\n");