mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:09:31 +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
|
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;
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user