Commit 30c328f6 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.4

parents 8f1a9805 5496ba2d
...@@ -395,7 +395,7 @@ class IdleConf: ...@@ -395,7 +395,7 @@ class IdleConf:
theme = self.GetOption('main', 'Theme', 'name', default='') theme = self.GetOption('main', 'Theme', 'name', default='')
source = self.defaultCfg if default else self.userCfg source = self.defaultCfg if default else self.userCfg
if source['highlight'].has_section(theme): if source['highlight'].has_section(theme):
return theme return theme
else: else:
return "IDLE Classic" return "IDLE Classic"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment