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 573680 - Undo on deleted files
Undo on deleted files
Status: RESOLVED FIXED
Product: alacarte
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Alacarte Maintainer(s)
Alacarte Maintainer(s)
: 625007 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-03-01 21:51 UTC by Julien Lavergne
Modified: 2011-08-22 18:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch from ubuntu (509 bytes, patch)
2009-03-01 21:52 UTC, Julien Lavergne
committed Details | Review
make undo work when deleting files (739 bytes, patch)
2011-08-22 18:36 UTC, Olav Vitters
committed Details | Review

Description Julien Lavergne 2009-03-01 21:51:12 UTC
Report from Ubuntu (https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/225941) :
When you delete an item from alacarte the undo functionality does not work so the item is lost. This is because in deleteItem the copy for undoing is saved _after_ the change has been made to "delete" the item instead of before.

Patch attached to fix the problem.
Comment 1 Julien Lavergne 2009-03-01 21:52:08 UTC
Created attachment 129806 [details] [review]
Patch from ubuntu
Comment 2 Olav Vitters 2011-08-22 08:47:46 UTC
*** Bug 625007 has been marked as a duplicate of this bug. ***
Comment 3 Olav Vitters 2011-08-22 18:36:30 UTC
The following fix has been pushed:
4744a4e make undo work when deleting files
Comment 4 Olav Vitters 2011-08-22 18:36:37 UTC
Created attachment 194408 [details] [review]
make undo work when deleting files