Browse Source

Merge with 3.5

pull/9921/head
Terry Jan Reedy 10 years ago
parent
commit
fbc741c729
  1. 2
      Lib/idlelib/configHandler.py

2
Lib/idlelib/configHandler.py

@ -395,7 +395,7 @@ class IdleConf:
theme = self.GetOption('main', 'Theme', 'name', default='')
source = self.defaultCfg if default else self.userCfg
if source['highlight'].has_section(theme):
return theme
return theme
else:
return "IDLE Classic"

Loading…
Cancel
Save