mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 18:40:17 +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
|
if Column = 0 then
|
||||||
begin
|
begin
|
||||||
if ((Options.DaysToShowNewPackages > 0) and (DaysBetween(Now, Data^.RepositoryDate) <= Options.DaysToShowNewPackages)) and
|
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)
|
CellText := '- ' + FormatDateTime('YYYY.MM.DD', Data^.RepositoryDate)
|
||||||
else
|
else
|
||||||
CellText := '';
|
CellText := '';
|
||||||
|
Loading…
Reference in New Issue
Block a user