Skip to content

Commit

Permalink
Fix duplicated folders possibly being named "New Connection" instead …
Browse files Browse the repository at this point in the history
…of the original folder's name
  • Loading branch information
rmcardle committed Oct 15, 2013
1 parent 9ebce26 commit 81d150f
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 Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Fixed issue MR-560 - Cannot Auto-Update With Open Connections: Unable to find an entry point named 'TaskDialogIndirect' in DLL 'ComCtl32'
Fixed issue MR-565 - Double Folder keep heritage on the initial Folder
Fixed issue MR-566 - Typo in German UI Automatic Update Settings
Fixed duplicated folders possibly being named "New Connection" instead of the original folder's name

1.71 Release Candidate 1 (2013-10-01):
Fixed issue MR-495 - Having a negative range in port scan creates memory exhaustion.
Expand Down
1 change: 1 addition & 0 deletions mRemoteV1/UI/UI.Window.Tree.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ Namespace UI
End If

newContainerInfo.ConnectionInfo = New mRemoteNG.Connection.Info(newContainerInfo)
newContainerInfo.ConnectionInfo.Name = newNode.Text

' We can only inherit from a container node, not the root node or connection nodes
If mRemoteNG.Tree.Node.GetNodeType(parentNode) = mRemoteNG.Tree.Node.Type.Container Then
Expand Down

0 comments on commit 81d150f

Please sign in to comment.