Preferences section title changed to "import_export".

pull/61/head
Christian T. Jacobs 2017-07-07 15:33:32 +01:00
rodzic 21367d02a2
commit f250d4c078
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -235,7 +235,7 @@ class ADIF:
# ADIF-related configuration options
config = configparser.ConfigParser()
have_config = (config.read(expanduser("~/.config/pyqso/preferences.ini")) != [])
(section, option) = ("adif", "merge_comment")
(section, option) = ("import_export", "merge_comment")
if(have_config and config.has_option(section, option) and config.get(section, option) == "True"):
merge_comment = True
else: