Salome HOME
several methods of SALOMEGUI_Swig such a FitAll do not work in a Python Gui embedded...
[modules/gui.git] / src / SALOME_SWIG / test_table.py
index f4f2047c76552a8b5b450376f2a0c4a042951d18..e480f6ad80c9ab58a7f24fa8ac1c6cad769cb5ed 100755 (executable)
@@ -1,5 +1,5 @@
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -109,7 +109,7 @@ ACmt = myBuilder.FindOrCreateAttribute(myCmtObject, "AttributeComment")
 ACmt.SetValue("Just a comment")
 
 # >>> Updating Object Browser ================================================
-salome.sg.updateObjBrowser(1)
+salome.sg.updateObjBrowser(True)
 
 # ============================================================================