GNOME Bugzilla – Bug 686135
Deletes and creates every file in the list every time
Last modified: 2013-10-31 19:49:28 UTC
Every time there's a change in the recent files list, every single file is deleted and then recreated. $ gvfs-monitor-dir recent:/// and open a file in gedit for example.
Created attachment 258221 [details] [review] recent: Prevent spurious monitor notifications Ignore nonexistent files completely to prevent them being repeatedly deleted and then re-added to the list of files.
Review of attachment 258221 [details] [review]: It looks good.
Pushed to master as 9c11445c. Thanks!