region: Small whitespace fix from last commit
This commit is contained in:
parent
09753adfa6
commit
b9c44d7673
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ get_locale_infos (CcInputChooser *chooser)
|
|||
info->name = g_strdup (C_("Input Source", "Other"));
|
||||
info->unaccented_name = g_strdup ("");
|
||||
info->untranslated_name = g_strdup ("");
|
||||
g_hash_table_replace (chooser->locales, g_strdup(info->id), info);
|
||||
g_hash_table_replace (chooser->locales, g_strdup (info->id), info);
|
||||
|
||||
info->layout_rows_by_id = g_hash_table_new_full (g_str_hash, g_str_equal,
|
||||
NULL, g_object_unref);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue