keybindings: Rename MetaKeyPref.bindings to MetaKeyPref.combos

Let's call it what it really is, otherwise it's just confusing since
MetaKeyBinding also exists.

https://bugzilla.gnome.org/show_bug.cgi?id=725588
This commit is contained in:
Rui Matos
2014-02-25 19:49:16 +01:00
parent f3b6fead4d
commit 46cbd0bf48
3 changed files with 14 additions and 14 deletions

View File

@ -531,7 +531,7 @@ count_bindings (GList *prefs)
while (p)
{
MetaKeyPref *pref = (MetaKeyPref*)p->data;
GSList *tmp = pref->bindings;
GSList *tmp = pref->combos;
while (tmp)
{
@ -575,7 +575,7 @@ rebuild_binding_table (MetaDisplay *display,
while (p)
{
MetaKeyPref *pref = (MetaKeyPref*)p->data;
GSList *tmp = pref->bindings;
GSList *tmp = pref->combos;
while (tmp)
{