keyboard: fix error in previous commit
I used the wrong value here. This should have been caught by an unused variable warning, but gnome-control-center has so many build warnings that nobody will ever notice a new one....
This commit is contained in:
parent
74f494ed63
commit
2030ec9327
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ set_input_settings (CcInputListBox *self)
|
|||
* and we don't need to do anything extra.
|
||||
*/
|
||||
if (g_settings_get_user_value (self->input_settings, KEY_MRU_SOURCES) == NULL)
|
||||
g_settings_set_value (self->input_settings, KEY_MRU_SOURCES, value);
|
||||
g_settings_set_value (self->input_settings, KEY_MRU_SOURCES, previous_value);
|
||||
|
||||
g_variant_unref (value);
|
||||
g_variant_unref (previous_value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue