浏览代码

* Removed Lazarus specific code, bug #19574

git-svn-id: trunk@17815 -
joost 14 年之前
父节点
当前提交
4e4b494b52
共有 1 个文件被更改,包括 1 次插入2 次删除
  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);