summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Debugger.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-28 03:51:15 (GMT)
committerNed Deily <nad@acm.org>2014-03-28 03:51:15 (GMT)
commitc318288f69e11c537baeca6799c212e8dd294b85 (patch)
tree61db5fc96166290d16cfb529945086cadd935ac7 /Lib/idlelib/Debugger.py
parent090eb1fd18f7cdd753b6fc9b60162491ee48f04e (diff)
parentb7601676b07c7c8e79af9e7818a783b966612c34 (diff)
downloadcpython-c318288f69e11c537baeca6799c212e8dd294b85.zip
cpython-c318288f69e11c537baeca6799c212e8dd294b85.tar.gz
cpython-c318288f69e11c537baeca6799c212e8dd294b85.tar.bz2
Issue #17654: merge from 3.4
Diffstat (limited to 'Lib/idlelib/Debugger.py')
-rw-r--r--Lib/idlelib/Debugger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/Debugger.py b/Lib/idlelib/Debugger.py
index d4872ed..ca98b10 100644
--- a/Lib/idlelib/Debugger.py
+++ b/Lib/idlelib/Debugger.py
@@ -322,7 +322,7 @@ class Debugger:
class StackViewer(ScrolledList):
def __init__(self, master, flist, gui):
- if macosxSupport.runningAsOSXApp():
+ if macosxSupport.isAquaTk():
# At least on with the stock AquaTk version on OSX 10.4 you'll
# get an shaking GUI that eventually kills IDLE if the width
# argument is specified.