mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 06:18:20 +02:00
LazSvn package: restore Application.QueueAsyncCalls
git-svn-id: trunk@35471 -
This commit is contained in:
parent
efa58a1062
commit
6e64f6d1fc
@ -206,8 +206,7 @@ procedure TSVNLogFrm.FormShow(Sender: TObject);
|
||||
begin
|
||||
ChangeCursor(crHourGlass);
|
||||
Caption := Format(rsLazarusSVNLog, [RepositoryPath]);
|
||||
// Application.QueueAsyncCall(@Execute, 0);
|
||||
Execute(0);
|
||||
Application.QueueAsyncCall(@Execute, 0);
|
||||
end;
|
||||
|
||||
procedure TSVNLogFrm.LogListViewSelectItem(Sender: TObject; Item: TListItem;
|
||||
|
@ -102,8 +102,7 @@ begin
|
||||
Caption := Format('%s - %s...', [RepositoryPath, rsLazarusSVNCommit]);
|
||||
CommitMsgHistoryLabel.Caption:=rsCommitMsgHistory;
|
||||
CommitMsgLabel.Caption:=rsCommitMsg;
|
||||
// Application.QueueAsyncCall(@Initialize, 0);
|
||||
Initialize(0);
|
||||
Application.QueueAsyncCall(@Initialize, 0);
|
||||
end;
|
||||
|
||||
procedure TSVNStatusFrm.Initialize(Data: PtrInt);
|
||||
|
Loading…
Reference in New Issue
Block a user