9008: Faulty headline in start up screen

This commit is contained in:
Josip 2015-11-08 00:12:58 +01:00
parent ad84bed2d5
commit 888bdc77b5

View File

@ -1142,7 +1142,7 @@ class GrampletPane(Gtk.ScrolledWindow):
if filename and os.path.exists(filename):
cp = configparser.ConfigParser()
try:
cp.read(filename)
cp.read(filename, encoding='utf-8')
except Exception as err:
LOG.warning("Failed to load gramplets from %s because %s",
filename, str(err))