7519: "Family Tree Directory Path" with accented characters
Take 2. (cherry picked from commit b39902eab6e927a90fbce9a721d95b35f28065bd)
This commit is contained in:
@@ -1392,7 +1392,7 @@ class GrampsPreferences(ConfigureDialog):
|
|||||||
f.destroy()
|
f.destroy()
|
||||||
|
|
||||||
def set_dbpath(self, *obj):
|
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)
|
config.set('behavior.database-path', path)
|
||||||
|
|
||||||
def select_dbpath(self, *obj):
|
def select_dbpath(self, *obj):
|
||||||
|
Reference in New Issue
Block a user