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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user