<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear devs,
    <p>On the period [2018-02-15 (6.0.1 release), 2018-06-21 (my
      6.0-branch session)], something was changed since at the session
      startup, <b>gdf().figure_name</b> returns<br>
    </p>
    <ul>
      <li><b>"Figure n°%d"</b>  with 6.0.1 official<br>
      </li>
      <li><b>"Graphic window number %d" </b> with 6.0-branch of
        2018-06-21</li>
    </ul>
    <p>This impacts and was detecting while running the test</p>
    <p><b><tt>test_run graphics clf show_error</tt></b></p>
    <p>that now fails due to this change.<b><tt><br>
        </tt></b></p>
    <p>The only code file where <b>"Graphic window number %d"</b> is
      set is<br>
        scilab/modules/graphics/src/c/InitObjects.c (1 hit)<br>
          Line 116:     setGraphicObjectProperty(iFiguremdlUID,
      __GO_NAME__, _("Graphic window number %d"), jni_string, 1);</p>
    <p>and <a class="moz-txt-link-freetext" href="http://gitweb.scilab.org/?p=scilab.git;a=history;f=">http://gitweb.scilab.org/?p=scilab.git;a=history;f=</a>... tells
      that its latest change was on <b>2016-05</b><br>
    </p>
    <p>The only code file where <b>"Figure %d"</b> is set is<br>
       
C:\Users\Samuel\Desktop\DOSSIERS\Scilab\scripts\dev\_netbeans\Scilab\scilab\modules\graphics\sci_gateway\cpp\sci_xset.cpp
      (1 hit)<br>
          Line 357:             setGraphicObjectProperty(iFigureUID,
      __GO_NAME__, _("Figure n°%d"), jni_string, 1);<br>
    </p>
    <p>and <a class="moz-txt-link-freetext" href="http://gitweb.scilab.org/?p=scilab.git;a=history;f=">http://gitweb.scilab.org/?p=scilab.git;a=history;f=</a>... tells
      that its latest change was on <b>2017-02</b><br>
    </p>
    <p>So, the cause of the issue looks not direct.<br>
      Any idea about the underlaying change causing the trouble?</p>
    Samuel<br>
    <br>
  </body>
</html>