diff --git a/gramps/gui/configure.py b/gramps/gui/configure.py index af6d32296..a320315e7 100644 --- a/gramps/gui/configure.py +++ b/gramps/gui/configure.py @@ -1390,7 +1390,7 @@ class GrampsPreferences(ConfigureDialog): f.destroy() def set_dbpath(self, *obj): - path = self.dbpath_entry.get_text().strip() + path = conv_to_unicode(self.dbpath_entry.get_text().strip()) config.set('behavior.database-path', path) def select_dbpath(self, *obj):