Debugger/DebugUI.py

branch
BgService
changeset 3442
927186c0d409
parent 3145
a9de05d4a22f
child 3456
96232974dcdb
--- a/Debugger/DebugUI.py	Sat Mar 22 18:51:14 2014 +0100
+++ b/Debugger/DebugUI.py	Thu Mar 27 21:27:08 2014 +0100
@@ -871,7 +871,7 @@
         if editor is None:
             return
         
-        if editor.isPy3File() or editor.isPy2File() or editor.isRubyFile():
+        if editor.getPyVersion() or editor.isRubyFile():
             if editor.curLineHasBreakpoint():
                 self.dbgEditBpAct.setEnabled(True)
             else:

eric ide

mercurial