<html>
<head>
<base href="https://bugs.documentfoundation.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:michael.meeks@collabora.com" title="Michael Meeks <michael.meeks@collabora.com>"> <span class="fn">Michael Meeks</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - 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;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - gtk+ recent-files integration improvements"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=69973#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - 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:michael.meeks@collabora.com" title="Michael Meeks <michael.meeks@collabora.com>"> <span class="fn">Michael Meeks</span></a>
</span></b>
<pre>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.</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>