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 313520 - The recent file list is not updated when a CREATED event comes in.
The recent file list is not updated when a CREATED event comes in.
Status: RESOLVED FIXED
Product: libegg
Classification: Other
Component: recent-files
unspecified
Other Linux
: Normal major
: ---
Assigned To: Emmanuele Bassi (:ebassi)
Libegg maintenance
: 313331 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-08-15 14:19 UTC by John McCutchan
Modified: 2005-08-16 06:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Respond to CREATE events (765 bytes, patch)
2005-08-15 14:20 UTC, John McCutchan
none Details | Review

Description John McCutchan 2005-08-15 14:19:39 UTC
The recent files model does not respond to CREATED events. I'm attaching a patch
that treats it as if it were a CHANGED event.
Comment 1 John McCutchan 2005-08-15 14:20:02 UTC
Created attachment 50723 [details] [review]
Respond to CREATE events
Comment 2 Mark McLoughlin 2005-08-16 06:36:24 UTC
*** Bug 313331 has been marked as a duplicate of this bug. ***
Comment 3 Mark McLoughlin 2005-08-16 06:49:09 UTC
Looks good to me, I've committed to libegg/recent-files and synced gnome-panel
both on HEAD and the gnome-2-10 branch. All the other modules using it needs to
be synced too, though.

2005-08-16  Mark McLoughlin  <mark@skynet.ie>

        Fix recent file list not being updated when using inotify.
        Patch from John McCutchan <ttb@tentacle.dhs.org> in
        bug #313520


        * libegg/recent-files/egg-recent-model.c:
        (egg_recent_model_monitor_cb): handle CREATED events the
        same way as we handled CHANGED events.