From: ouv Date: Thu, 17 Dec 2009 13:39:01 +0000 (+0000) Subject: Debug X-Git-Tag: PHASE_17_Part1_V4~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=54686318c837baa81f75f631523cc151198d0d07;p=modules%2Fgui.git Debug --- diff --git a/src/SalomeApp/SalomeApp_DataObject.cxx b/src/SalomeApp/SalomeApp_DataObject.cxx index 4c64f4b4a..7fe674b43 100644 --- a/src/SalomeApp/SalomeApp_DataObject.cxx +++ b/src/SalomeApp/SalomeApp_DataObject.cxx @@ -486,8 +486,10 @@ QString SalomeApp_DataObject::value( const _PTR(SObject)& obj ) const val = QString( str.c_str() ); // Special case to show NoteBook variables in the "Value" column of the OB - // The attribute is temporarily processed as it is always stored in old format + // The attribute is temporarily stored in old format //if( val.contains( ":" ) ) // old format ('var1::var2|var1') + // Take into account new format + if( !val.contains( " " ) ) { if ( LightApp_RootObject* aRoot = dynamic_cast( root() ) ) {