Selaa lähdekoodia

* Removed Lazarus specific code, bug #19574

git-svn-id: trunk@17815 -
joost 14 vuotta sitten
vanhempi
commit
4e4b494b52
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      packages/fppkg/src/pkghandler.pp

+ 1 - 2
packages/fppkg/src/pkghandler.pp

@@ -91,8 +91,7 @@ begin
       exit;
     end;
 
-  if AAction <> 'laz_list' then    //do not cache list action
-    ExecutedActions.Add(FullActionName,Pointer(PtrUInt(1)));
+  ExecutedActions.Add(FullActionName,Pointer(PtrUInt(1)));
 
   // Create action handler class
   pkghandlerclass:=GetPkgHandler(AAction);