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 351326 - recent files menu not updated
recent files menu not updated
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-14 17:30 UTC by Matthias Clasen
Modified: 2006-08-22 07:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2006-08-14 17:30:36 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
Comment 1 Vincent Untz 2006-08-14 18:45:03 UTC
I fixed the initial sensitivity. The other part is a GTK+ bug fixed in HEAD.
Comment 2 Matthias Clasen 2006-08-18 04:27:26 UTC
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.
Comment 3 Matthias Clasen 2006-08-19 05:27:14 UTC
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
Comment 4 Vincent Untz 2006-08-22 07:15:25 UTC
I fixed the clear dialog issue last friday.