mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Fill in missing MetaKeyBindingAction values
Also, add an assertion to init_bindings() to keep it from getting out of sync again in the future. https://bugzilla.gnome.org/show_bug.cgi?id=632149
This commit is contained in:
@ -2118,6 +2118,8 @@ init_bindings (void)
|
||||
GConfValue *value;
|
||||
GHashTable *to_update;
|
||||
|
||||
g_assert (G_N_ELEMENTS (key_bindings) == META_KEYBINDING_ACTION_LAST + 1);
|
||||
|
||||
to_update = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
|
||||
|
||||
for (i = 0; prefix[i]; i++)
|
||||
|
Reference in New Issue
Block a user