mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
RESOLVED - bug 217675: NPE or SWTException when closing Terminal View while connection establishing
This commit is contained in:
parent
e2ac09dbca
commit
01ef80fd4d
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
* Martin Oberhuber (Wind River) - [206883] Serial Terminal leaks Jobs
|
||||
* Martin Oberhuber (Wind River) - [208145] Terminal prints garbage after quick disconnect/reconnect
|
||||
* Martin Oberhuber (Wind River) - [207785] NPE when trying to send char while no longer connected
|
||||
* Ruslan Sychev - [217675] NPE or SWTException when closing Terminal View while connection establishing
|
||||
* Ruslan Sychev (Xored Software) - [217675] NPE or SWTException when closing Terminal View while connection establishing
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.internal.terminal.emulator;
|
||||
|
||||
|
@ -157,7 +157,7 @@ public class VT100TerminalControl implements ITerminalControlForText, ITerminalC
|
|||
}
|
||||
|
||||
/**
|
||||
* @param strText
|
||||
* @param strText the text to paste
|
||||
*/
|
||||
public boolean pasteString(String strText) {
|
||||
if(!isConnected())
|
||||
|
|
Loading…
Add table
Reference in a new issue