7519: "Family Tree Directory Path" with accented characters
Take 2. (cherry picked from commit b39902eab6e927a90fbce9a721d95b35f28065bd)
This commit is contained in:
parent
8b0b29c9c2
commit
b198082790
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user