mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
monitor-config-manager: Handle comparing different sized config keys
The guard for handling size differences between keys were broken, it only checked if the key passed by the second argument ended up being shorter. https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
parent
813de50eba
commit
3f107da479
@ -827,7 +827,7 @@ meta_monitors_config_key_equal (gconstpointer data_a,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (l_b || l_b)
|
if (l_a || l_b)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user