Skip to content

Commit

Permalink
Fixed KiTTY opening in a separate window when using a saved session.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcardle committed Feb 23, 2013
1 parent c29c501 commit 84d3f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.TXT
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Fixed issue MR-322 - Connection Button not listing servers Fixed issue MR-322 - Connection Button not listing servers
Added option to always show panel tabs Added option to always show panel tabs
Fixed "Decryption failed. Padding is invalid and cannot be removed." notification. Fixed "Decryption failed. Padding is invalid and cannot be removed." notification.
Fixed KiTTY opening in a separate window when using a saved session.


1.70 Beta 2 (2013-02-18): 1.70 Beta 2 (2013-02-18):
Fixed issue MR-47 - Silent Installation Prompts for Language Fixed issue MR-47 - Silent Installation Prompts for Language
Expand Down
1 change: 1 addition & 0 deletions mRemoteV1/Connection/Connection.Protocol.PuttyBase.vb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ Namespace Connection
If _isPuttyNg Then If _isPuttyNg Then
PuttyHandle = FindWindowEx(InterfaceControl.Handle, 0, vbNullString, vbNullString) PuttyHandle = FindWindowEx(InterfaceControl.Handle, 0, vbNullString, vbNullString)
Else Else
PuttyProcess.Refresh()
PuttyHandle = PuttyProcess.MainWindowHandle PuttyHandle = PuttyProcess.MainWindowHandle
End If End If
If PuttyHandle.ToInt32 = 0 Then Thread.Sleep(0) If PuttyHandle.ToInt32 = 0 Then Thread.Sleep(0)
Expand Down

0 comments on commit 84d3f7d

Please sign in to comment.