* Fixed DeleteKey. Deleting the last key does not delete the section (Delphi/Windows compatible)

git-svn-id: trunk@18000 -
This commit is contained in:
michael 2011-07-16 14:11:30 +00:00
parent 066a001afe
commit 840b158eb8

View File

@ -925,7 +925,6 @@ begin
begin
oSection.KeyList.Delete(oSection.KeyList.IndexOf(oKey));
oKey.Free;
MaybeDeleteSection(oSection);
MaybeUpdateFile;
end;
end;