Important bug fix and updated the MOTD generator

This commit is contained in:
Christian Hammacher
2005-11-09 14:32:07 +00:00
parent 0dd88dccbd
commit 38178ea9fa
6 changed files with 14 additions and 10 deletions

View File

@ -579,7 +579,6 @@ begin
Started := False; // dont run this command twice
frmMain.tsMain.Items[Index].Checked := True; // select tab
CurrProjects := Index;
Started := True;
tsDocuments.Items.Clear;
for i := 0 to Collection.Count -1 do begin
@ -588,6 +587,7 @@ begin
TabItem.OnSelect := frmMain.OnTabSelect;
tsDocuments.Items.Add(TabItem);
end;
Started := True;
if JumpToLastDoc then begin
Started := False;