After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 682835 - recent: honor the private hint
recent: honor the private hint
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-27 23:19 UTC by William Jon McCann
Modified: 2012-08-28 14:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
recent: honor the private hint (881 bytes, patch)
2012-08-27 23:19 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2012-08-27 23:19:44 UTC
Apparently (somehow) items in the recent list can be marked as private. Accordint to
the documentation for gtk_recent_info_get_private_hint this means:
"Resources in the recently used list that have this flag set to TRUE
should only be displayed by the applications that have registered them."

So let's just ignore them in the recent backend.
Comment 1 William Jon McCann 2012-08-27 23:19:46 UTC
Created attachment 222595 [details] [review]
recent: honor the private hint

Don't display items that have been marked as private.
Comment 2 Cosimo Cecchi 2012-08-28 13:29:11 UTC
Review of attachment 222595 [details] [review]:

Looks good to me.