From 96a5649c96fedf8dd213ae580c1b70e0f03df3c3 Mon Sep 17 00:00:00 2001
From: Matthew Webster <mwebster@fmrib.ox.ac.uk>
Date: Thu, 2 Aug 2007 14:22:10 +0000
Subject: [PATCH] testing new fdt

---
 fdt.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fdt.tcl b/fdt.tcl
index ebf786e..9db364e 100644
--- a/fdt.tcl
+++ b/fdt.tcl
@@ -881,7 +881,7 @@ proc fdt:apply { w dialog } {
     }
 
     if { $canwrite } { 
-	if { $FSLPARALLEL && { $probtrack(tool) == "bedpost" || $probtrack(tool)=="probtrack" } } { MxPause " Job submitted to queue" } else  { MxPause "  Done!  " }
+	if { { $FSLPARALLEL == 1 } && { $probtrack(tool) == "bedpost" || $probtrack(tool)=="probtrack" } } { MxPause " Job submitted to queue" } else  { MxPause "  Done!  " }
 	update idletasks
     }
 
-- 
GitLab