summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/ClassBrowser.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-11-12 20:03:17 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-11-12 20:03:17 (GMT)
commite19f3ec07228aeaa9bd1379413a3054953a5c51e (patch)
tree958f95fe937af722c99f472ed2c9f1bc83880e8b /Lib/idlelib/ClassBrowser.py
parent2f85555531c79184767d4954f20e310beda99421 (diff)
parentd0c0f0041c3eb561adfa57179bc41f4dae212317 (diff)
downloadcpython-e19f3ec07228aeaa9bd1379413a3054953a5c51e.zip
cpython-e19f3ec07228aeaa9bd1379413a3054953a5c51e.tar.gz
cpython-e19f3ec07228aeaa9bd1379413a3054953a5c51e.tar.bz2
Merge with 3.4
Diffstat (limited to 'Lib/idlelib/ClassBrowser.py')
-rw-r--r--Lib/idlelib/ClassBrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/ClassBrowser.py b/Lib/idlelib/ClassBrowser.py
index 5be65ef..d09c52f 100644
--- a/Lib/idlelib/ClassBrowser.py
+++ b/Lib/idlelib/ClassBrowser.py
@@ -56,7 +56,7 @@ class ClassBrowser:
self.settitle()
top.focus_set()
# create scrolled canvas
- theme = idleConf.GetOption('main','Theme','name')
+ theme = idleConf.CurrentTheme()
background = idleConf.GetHighlight(theme, 'normal')['background']
sc = ScrolledCanvas(top, bg=background, highlightthickness=0, takefocus=1)
sc.frame.pack(expand=1, fill="both")