GNOME Bugzilla – Bug 349122
There's no monitoring for recent files changes!
Last modified: 2006-07-28 20:38:29 UTC
I'm migrating the panel to use GtkRecent stuff. Big issue: when an app adds an item to the recent files, the panel doesn't get notified. The issue is that the monitoring is done by a poll. And the poll is setup in gtk_recent_manager_set_filename(). But this function is not called by default. gtk_recent_manager_init() should probably call it at some point...
my bad, it's fixed in HEAD. 2006-07-28 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.c (gtk_recent_manager_init): Add the timeout for polling the file; change the default polling delta to 2000 msec.