mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 06:20:51 +02:00
Opkman: Wrong data is displayed on "Available Since" item. Issue r.32646
git-svn-id: trunk@56321 -
This commit is contained in:
parent
87540a5fbf
commit
4cae594814
@ -1388,7 +1388,7 @@ begin
|
||||
if Column = 0 then
|
||||
begin
|
||||
if ((Options.DaysToShowNewPackages > 0) and (DaysBetween(Now, Data^.RepositoryDate) <= Options.DaysToShowNewPackages)) and
|
||||
((not Options.ShowRegularIcons) or ((Options.ShowRegularIcons) and (Data^.InstallState = 0))) then
|
||||
((not Options.ShowRegularIcons) or ((Options.ShowRegularIcons) and (Data^.InstallState = 0))) and (Data^.DataType = 1) then
|
||||
CellText := '- ' + FormatDateTime('YYYY.MM.DD', Data^.RepositoryDate)
|
||||
else
|
||||
CellText := '';
|
||||
|
Loading…
Reference in New Issue
Block a user