<html>
    <head>
      <base href="https://bugs.documentfoundation.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - gtk+ recent-files integration improvements"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=69973">bug 69973</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>serval2412@yahoo.fr
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - gtk+ recent-files integration improvements"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=69973#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - gtk+ recent-files integration improvements"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=69973">bug 69973</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>Michael: I noticed that AddDocumentToPickList was called at the opening +
closing of the document.
    406             case SFX_EVENT_OPENDOC:
    407             {
    408                 AddDocumentToPickList(pDocSh);
    409             }
    410             break;
    411 
    412             case SFX_EVENT_SAVEDOCDONE:
    413             case SFX_EVENT_SAVEASDOCDONE:
    414             case SFX_EVENT_SAVETODOCDONE:
    415             case SFX_EVENT_CLOSEDOC:
    416             {
    417                 AddDocumentToPickList(pDocSh);
    418             }
    419             break;
    420 
    421             case SFX_EVENT_SAVEASDOC:
    422             {
... 434                     AddDocumentToPickList(pDocSh);

See
<a href="http://opengrok.libreoffice.org/xref/core/sfx2/source/appl/sfxpicklist.cxx#406">http://opengrok.libreoffice.org/xref/core/sfx2/source/appl/sfxpicklist.cxx#406</a>

Moreover, shell/source/unix/sysshell/systemshell.cxx is nowhere to be seen (at
least in master sources).

Any thoughts?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>