GNOME Bugzilla – Bug 323771
undoing moves doesn't work
Last modified: 2008-04-13 17:45:37 UTC
If you <Move> a menu then <Move> it back to it's old location gnome-menus ignores the last move. example: <Move> <Old>Applications/Accessories</Old> <New>Applications/Games/Accessories</New> </Move> <Move> <Old>Applications/Games/Accessories</Old> <New>Applications/Accessories</New> </Move> This should move the Accessories menu back to it's original location but it currently stays under the Games menu. I was told to simply undo the first move in this situation but no matter how many times you move the menu when you move it back to it's original location it doesn't apply. Plus, you'd have to find all menus moved into the Accessories menu and redefine their <Move> statements as well. It would be better if gnome-menus honored this XML. I don't have a CVS HEAD version running at the moment but I've had reports of this happening there as well.
Ubuntu bug about this: http://bugzilla.ubuntu.com/show_bug.cgi?id=20430
Is this still valid?
Yep, still happens with 2.20. The example is incorrect though, it should be this: <Move> <Old>Accessories</Old> <New>Games/Accessories</New> </Move> <Move> <Old>Games/Accessories</Old> <New>Accessories</New> </Move>
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.