Debugger: Pop up log window in case error is logged.

Regression from 2.0.1

Rubber-stamped-by: hjk
Acked-by: Arvid Ephraim Picciani <arvid.picciani@nokia.com>
This commit is contained in:
Friedemann Kleint
2010-11-09 11:58:22 +01:00
parent c8a53a66ad
commit 8443b345a5

View File

@@ -2987,7 +2987,8 @@ void DebuggerPlugin::showMessage(const QString &msg, int channel, int timeout)
break;
default:
ow->showOutput(channel, msg);
//cw->showOutput(channel, msg);
if (channel == LogError)
ensureLogVisible();
break;
}
}