From 995bac4f586c1fc7e227d8474787e895b7f0389c Mon Sep 17 00:00:00 2001 From: mkr Date: Tue, 9 Aug 2005 12:40:47 +0000 Subject: [PATCH] Fix for bug IPAL9623 : Failure of dataflow with med fields. --- src/SUPERVGUI/SUPERVGUI_Main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUPERVGUI/SUPERVGUI_Main.cxx b/src/SUPERVGUI/SUPERVGUI_Main.cxx index d5e4e3f..748f193 100644 --- a/src/SUPERVGUI/SUPERVGUI_Main.cxx +++ b/src/SUPERVGUI/SUPERVGUI_Main.cxx @@ -1082,7 +1082,7 @@ bool SUPERVGUI_Main::putDataStudy( SUPERV_Port p, const char* inout ) { else aBuilder->AbortCommand(); - if ( p->State() == SUPERV::ReadyState ) { + if ( !myThread->running() ) { SUPERVGUI* aSupMod = SUPERVGUI::Supervision(); if ( aSupMod ) { if ( PublishOtherComponent ) -- 2.39.2