From 466346796459ba79dbb94ddb7e1c4139a202ec83 Mon Sep 17 00:00:00 2001 From: mkr Date: Thu, 22 Sep 2005 15:02:19 +0000 Subject: [PATCH] Fix for bug IPAL9214 : 3.0.0(/dn06/../current1506): dataflow object has no "Rename", "Display", "Delete" popup functionalities. --- src/SUPERVGUI/SUPERVGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUPERVGUI/SUPERVGUI.cxx b/src/SUPERVGUI/SUPERVGUI.cxx index 63b7746..756bb20 100644 --- a/src/SUPERVGUI/SUPERVGUI.cxx +++ b/src/SUPERVGUI/SUPERVGUI.cxx @@ -210,7 +210,7 @@ void SUPERVGUI::initialize( CAM_Application* app ) mgr->setRule( action( 312 ), "$type in {'Dataflow'} and selcount=1", true ); mgr->insert( separator(), -1, -1 ); // ----------- mgr->insert( action( 313 ), -1, -1 ); // delete object - mgr->setRule( action( 313 ), "$client in {'ObjectBrowser'} and $type in {'Dataflow' 'SupervisorObject'} and selcount>0", true ); + mgr->setRule( action( 313 ), "client='ObjectBrowser' and $type in {'Dataflow' 'SupervisorObject'} and selcount>0", true ); } bool SUPERVGUI::activateModule( SUIT_Study* theStudy ) -- 2.39.2