Fixed bug 45 - Changing some settings in the config file may not save.

This commit is contained in:
Riley McArdle
2011-06-05 12:04:44 -05:00
parent cab2163d01
commit 217a03b191
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
Changed to use full four part version numbers with major, minor, build, and revision.
Changed hard coded SQL database name into a user configurable setting.
Fixed tab order of controls in Options dialog.
Fixed bug 45 - Changing some settings in the config file may not save.
1.66 (2011-05-02):
Fixed connections not working

View File

@@ -303,6 +303,7 @@ Namespace Tree
Dim nConI As Connection.Info = conI.Copy
Dim nInh As Connection.Info.Inheritance = conI.Inherit.Copy()
nInh.Parent = nConI
nConI.Inherit = nInh
cL.Add(nConI)