|
Bugzilla – Full Text Bug Listing |
| Summary: | There is no visible way to clear recent documents on the Computer menu | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Thiago Sayao <thiago.sayao> |
| Component: | GNOME | Assignee: | Federico Mena Quintero <federico> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P3 - Medium | CC: | captain.magnus, cyberorg, dliang, lukaslipka, vuntz |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE 10.3 | ||
| Whiteboard: | gnome-usability gnomeup-gnome-main-menu | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 341831 | ||
| Attachments: |
main-menu-clear-recent.patch
Proposed solution |
||
|
Description
Thiago Sayao
2007-10-05 21:32:07 UTC
Looked for a duplicate but wasn't able to find one. *** Bug 331689 has been marked as a duplicate of this bug. *** A right-click on the empty part of the mm could have "Clear" which deletes ~/.recently-used* Created attachment 188618 [details]
main-menu-clear-recent.patch
Here is the patch that adds a button to clear recently used, it just deletes ~/.recently-used* files. It may however not be the best approach, some other proper function can be placed instead of g_remove(recentfiles).
All the work on the patch is done by captain_magnus.
Created attachment 188624 [details]
Proposed solution
The above patch uses the bookmark-agent to clear the recent documents. Still needs a little love.
I wonder if it's not easier/cleaner to just call 'gtk_recent_manager_purge_items' when clicking on the button? Upstream bug about this; http://bugzilla.gnome.org/show_bug.cgi?id=394373 duplicated with 187819 *** This bug has been marked as a duplicate of bug 187879 *** |