keyboard: Fix typo in comment
https://bugzilla.gnome.org/show_bug.cgi?id=771124
This commit is contained in:
parent
fcd2953a0c
commit
1ef60c7f06
1 changed files with 1 additions and 1 deletions
|
@ -988,7 +988,7 @@ cc_keyboard_manager_reset_shortcut (CcKeyboardManager *self,
|
||||||
default_value = g_settings_get_default_value (item->settings, item->key);
|
default_value = g_settings_get_default_value (item->settings, item->key);
|
||||||
default_binding = get_binding_from_variant (default_value);
|
default_binding = get_binding_from_variant (default_value);
|
||||||
|
|
||||||
/* Disables any any shortcut that conflicts with the new shortcut's value */
|
/* Disables any shortcut that conflicts with the new shortcut's value */
|
||||||
if (default_binding && *default_binding != '\0')
|
if (default_binding && *default_binding != '\0')
|
||||||
{
|
{
|
||||||
GdkModifierType mask;
|
GdkModifierType mask;
|
||||||
|
|
Loading…
Add table
Reference in a new issue