GNOME Bugzilla – Bug 682835
recent: honor the private hint
Last modified: 2012-08-28 14:06:57 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.
Created attachment 222595 [details] [review] recent: honor the private hint Don't display items that have been marked as private.
Review of attachment 222595 [details] [review]: Looks good to me.