https://bugs.documentfoundation.org/show_bug.cgi?id=69973

Michael Meeks <michael.me...@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Michael Meeks <michael.me...@collabora.com> ---
Sure - so we do a call there that in AddDocumentToPickList does:

    if ( aURL.GetProtocol() == INET_PROT_FILE )
        Application::AddToRecentDocumentList( aURL.GetURLNoPass(
INetURLObject::NO_DECODE ),
                                                                 (pFilter) ?
pFilter->GetMimeType() : OUString(),
                                                                 (pFilter) ?
pFilter->GetServiceName() : OUString() );


Which (AFAICS) should not really be filtering out only file URLs (at least
here) but ... that ends up here:

    GtkRecentManager *manager = gtk_recent_manager_get_default ();
    gtk_recent_manager_add_item (manager, sGtkURL.getStr());

And (I guess) it is entirely possible that this now works properly =)

I believe the file-selector in other apps uses this, as that now synchronizes
without exiting libreoffice, we can close this guy =)

Thanks for the poke.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to