7519: "Family Tree Directory Path" with accented characters

Take 2.
This commit is contained in:
John Ralls 2014-05-11 22:26:23 -04:00
parent 3b15d81e43
commit 3259255c38

View File

@ -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):