https://bugs.documentfoundation.org/show_bug.cgi?id=69973
Michael Meeks <michael.meeks@collabora.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Michael Meeks <michael.meeks@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.
Context
- [Bug 69973] gtk+ recent-files integration improvements · bugzilla-daemon
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.