egg recent-files patch that should be included in gnome 2.12



There is a bug in the recent-files code that only presents itself when
using gamin 0.1.5 and inotify together. Applications that do this 

$ mv /tmp/foo ~/.recently-used

Will cause a DELETE event followed by a CREATE event. Previous versions
of gamin that relied on polling the filesystem would only see
that .recently-used has been changed, and emit a CHANGE event. Now the
problem is that the recent-files code, only updates the model when a
CHANGE event is received. I have a simple 1 line fix in
http://bugzilla.gnome.org/show_bug.cgi?id=313520 without it, the 'Recent
Documents' menu will often be empty.

-- 
John McCutchan <ttb tentacle dhs org>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]