9008: Faulty headline in start up screen

This commit is contained in:
Josip 2015-11-08 00:40:35 +01:00
parent e1780c8819
commit 4951f81d0d

View File

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