7519: "Family Tree Directory Path" with accented characters

Take 2.

(cherry picked from commit b39902eab6e927a90fbce9a721d95b35f28065bd)
This commit is contained in:
John Ralls 2014-05-11 22:26:23 -04:00
parent 8b0b29c9c2
commit b198082790

View File

@ -1392,7 +1392,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):