From: Anthony Geay Date: Thu, 12 Jan 2017 12:55:21 +0000 (+0100) Subject: Correct bug of double entries. X-Git-Tag: SHAPER_2.7.0~3^2~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=050627969d8dad32665294115d2cb684d9668f3b;p=modules%2Fgui.git Correct bug of double entries. --- diff --git a/src/PVViewer/PVViewer_GUIElements.cxx b/src/PVViewer/PVViewer_GUIElements.cxx index 4421a22e8..6c21812f2 100644 --- a/src/PVViewer/PVViewer_GUIElements.cxx +++ b/src/PVViewer/PVViewer_GUIElements.cxx @@ -219,7 +219,7 @@ void PVViewer_GUIElements::buildPVWidgets() Q_ARG( pqServerManagerModelItem* , NULL ) ); } - publishExistingSources(); + //publishExistingSources(); myPVWidgetsFlag = true; } }