Debugger: Move warning of insufficent python version

It was in exactly the wrong branch.

Change-Id: I0679c18dc9c049bb89c2cba47cb0762ad81e3024
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-05-31 21:41:50 +02:00
parent 39ac967d91
commit db4a8caf32

View File

@@ -1830,9 +1830,9 @@ void GdbEngine::handleShowVersion(const GdbResponse &response)
if (m_gdbVersion > 70100) {
// Quick check whether we have python.
showMessage(_("NOTE: CHECK FOR PYTHON SUPPRESSED, VERSION TOO LOW"));
postCommand("python print 43", ConsoleCommand, CB(handleHasPython));
} else {
showMessage(_("NOTE: CHECK FOR PYTHON SUPPRESSED, VERSION TOO LOW"));
pythonDumpersFailed();
}
}