GNOME Bugzilla – Bug 761546
Undoing deletion with Ctrl+Z does not affect visibility of undo notification
Last modified: 2016-03-07 10:54:06 UTC
If I delete a file and use Ctrl+Z to undo deleting it, the undo notification is still open. I think it would make sense to close it (unless the undo notification refers the notification refers to undoing that I undid deleting it, but that sounds a bit hairy).
Created attachment 323144 [details] [review] window: hide delete notification on undo In Nautilus, after a delete operation, an undo notification is shown to the user. If the operation is undone by other means (such as the Ctrl+Z shortcut), the notification is not automatically hidden, which can lead to an invalid undo operation. In order to fix this, hide the notification on an undo operation. Hide notification in the "undo-changed" signal handler.
Review of attachment 323144 [details] [review]: LGTM thanks!
Comment on attachment 323144 [details] [review] window: hide delete notification on undo Attachment 323144 [details] pushed as d304c8a - window: hide delete notification on undo
can you push to gnome-3-20 as well?
(In reply to Carlos Soriano from comment #4) > can you push to gnome-3-20 as well? attachment 323144 [details] [review] pushed as 7e843a9