mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2025-03-11 16:58:29 +03:00
fix add_keymap_entry for non us keymaps
the only difference between g_hash_table_insert and g_hash_table_replace is which key gets freed/used insert reuses the old key while replace used the new key both insert the value or replace the value if it already exists since the key is in the structure we allocate, we always want to use the new key, and the old structure to be freed Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
93de628d10
commit
995ba329be
Loading…
x
Reference in New Issue
Block a user