Skip to content

Commit

Permalink
Fix issue MR-422 - Gives error Object reference not set to an instanc…
Browse files Browse the repository at this point in the history
…e of an object.
  • Loading branch information
rmcardle committed Mar 23, 2013
1 parent e132934 commit f4bb268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.TXT
@@ -1,3 +1,4 @@
Fixed issue MR-422 - Gives error Object reference not set to an instance of an object.
Fixed an exception or crash when choosing unnamed colors for themes.
Fixed possible error "Control does not support transparent background colors" when modifying themes.
Fixed changes to the active theme not being saved reliably.
Expand Down
1 change: 1 addition & 0 deletions mRemoteV1/Config/PuttySessions.vb
Expand Up @@ -98,6 +98,7 @@ Namespace Config
.Hostname = sessionKey.GetValue("HostName")
.Username = sessionKey.GetValue("UserName")
Dim protocol As String = sessionKey.GetValue("Protocol")
If protocol Is Nothing Then Return Nothing
Select Case protocol.ToLowerInvariant()
Case "raw"
.Protocol = Protocols.RAW
Expand Down

0 comments on commit f4bb268

Please sign in to comment.