Salome HOME
Correct bug of double entries.
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 12 Jan 2017 12:55:21 +0000 (13:55 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 12 Jan 2017 12:55:21 +0000 (13:55 +0100)
src/PVViewer/PVViewer_GUIElements.cxx

index 4421a22e887fc27c1f735f2c68a86d6d4bc7074c..6c21812f2de9901deb9517b970a81ab55c71d3f4 100644 (file)
@@ -219,7 +219,7 @@ void PVViewer_GUIElements::buildPVWidgets()
                                 Q_ARG( pqServerManagerModelItem* , NULL ) );
     }
     
-    publishExistingSources();
+    //publishExistingSources();
     myPVWidgetsFlag = true;
   }
 }