Commit c0d64b8ad95acbbc2b52f91e7c4c60b886ba9b42
1 parent
a071d4fc
Exists in
master
and in
4 other branches
Fixing settings save.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/objects/window/terminal.c
@@ -232,7 +232,7 @@ | @@ -232,7 +232,7 @@ | ||
232 | v3270_to_key_file(terminal,key_file,"terminal"); | 232 | v3270_to_key_file(terminal,key_file,"terminal"); |
233 | v3270_accelerator_map_to_key_file(terminal, key_file, "accelerators"); | 233 | v3270_accelerator_map_to_key_file(terminal, key_file, "accelerators"); |
234 | 234 | ||
235 | - g_key_file_save_to_file(key_file,"terminal.conf",&error); | 235 | + g_key_file_save_to_file(key_file,filename,&error); |
236 | 236 | ||
237 | if(error) { | 237 | if(error) { |
238 | 238 |