diff options
Diffstat (limited to 'setup')
-rw-r--r-- | setup/main2.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup/main2.py b/setup/main2.py index f2d5847..9744838 100644 --- a/setup/main2.py +++ b/setup/main2.py @@ -448,6 +448,7 @@ class PreferencesDialog: response = dialog.run() if response == Gtk.ResponseType.OK: + self.__set_value("import-dictionary", "") self.__set_value("import-dictionary", dialog.get_filename()) dialog.destroy() @@ -469,6 +470,7 @@ class PreferencesDialog: response = dialog.run() if response == Gtk.ResponseType.OK: + self.__set_value("export-dictionary", "") self.__set_value("export-dictionary", dialog.get_filename()) dialog.destroy() |