Browse Source

* Removed Lazarus specific code, bug #19574

git-svn-id: trunk@17815 -
joost 14 years ago
parent
commit
4e4b494b52
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/fppkg/src/pkghandler.pp

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

@@ -91,8 +91,7 @@ begin
       exit;
       exit;
     end;
     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
   // Create action handler class
   pkghandlerclass:=GetPkgHandler(AAction);
   pkghandlerclass:=GetPkgHandler(AAction);