GNOME Bugzilla – Bug 351326
recent files menu not updated
Last modified: 2006-08-22 07:15:25 UTC
This is with 2.15.91. GtkRecentChooserMenu is supposed to handle that on its own, but it doesn't seem to work in the panel code. But the panel still needs a changed handler of its own to manage the sensitivity of the parent menuitem
I fixed the initial sensitivity. The other part is a GTK+ bug fixed in HEAD.
With gtk 2.10.2, updating the list of works nicely, but as soon as I clear it once, the menu item stays insensitive forever.
the remaining gtk problems will be fixed in 2.10.3 the panel needs to be fixed to not destroy the clear dialog, but just hide it
I fixed the clear dialog issue last friday.