Index: trunk/ippTasks/detrend.stack.pro
===================================================================
--- trunk/ippTasks/detrend.stack.pro	(revision 14153)
+++ trunk/ippTasks/detrend.stack.pro	(revision 14630)
@@ -32,8 +32,8 @@
 
 macro detstack.on
-  task dettool.stack.load
+  task detrend.stack.load
     active true
   end
-  task dettool.stack.run
+  task detrend.stack.run
     active true
   end
@@ -41,8 +41,8 @@
 
 macro detstack.off
-  task dettool.stack.load
+  task detrend.stack.load
     active false
   end
-  task dettool.stack.run
+  task detrend.stack.run
     active false
   end
@@ -55,5 +55,5 @@
 # new entries are added to detPendingStackedImfile
 # compare the new list with the ones already selected
-task	       dettool.stack.load
+task	       detrend.stack.load
   host         local
 
@@ -103,5 +103,5 @@
 
 # copy new images, sending job to desired host
-task	       dettool.stack.run
+task	       detrend.stack.run
   periods      -poll $runpoll
   periods      -exec $runexec
