LazSvn package: restore Application.QueueAsyncCalls

git-svn-id: trunk@35471 -
This commit is contained in:
juha 2012-02-19 09:58:40 +00:00
parent efa58a1062
commit 6e64f6d1fc
2 changed files with 2 additions and 4 deletions

View File

@ -206,8 +206,7 @@ procedure TSVNLogFrm.FormShow(Sender: TObject);
begin begin
ChangeCursor(crHourGlass); ChangeCursor(crHourGlass);
Caption := Format(rsLazarusSVNLog, [RepositoryPath]); Caption := Format(rsLazarusSVNLog, [RepositoryPath]);
// Application.QueueAsyncCall(@Execute, 0); Application.QueueAsyncCall(@Execute, 0);
Execute(0);
end; end;
procedure TSVNLogFrm.LogListViewSelectItem(Sender: TObject; Item: TListItem; procedure TSVNLogFrm.LogListViewSelectItem(Sender: TObject; Item: TListItem;

View File

@ -102,8 +102,7 @@ begin
Caption := Format('%s - %s...', [RepositoryPath, rsLazarusSVNCommit]); Caption := Format('%s - %s...', [RepositoryPath, rsLazarusSVNCommit]);
CommitMsgHistoryLabel.Caption:=rsCommitMsgHistory; CommitMsgHistoryLabel.Caption:=rsCommitMsgHistory;
CommitMsgLabel.Caption:=rsCommitMsg; CommitMsgLabel.Caption:=rsCommitMsg;
// Application.QueueAsyncCall(@Initialize, 0); Application.QueueAsyncCall(@Initialize, 0);
Initialize(0);
end; end;
procedure TSVNStatusFrm.Initialize(Data: PtrInt); procedure TSVNStatusFrm.Initialize(Data: PtrInt);