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 323771 - undoing moves doesn't work
undoing moves doesn't work
Status: RESOLVED FIXED
Product: gnome-menus
Classification: Core
Component: libgnome-menu
git master
Other All
: Normal normal
: ---
Assigned To: gnome-menus dummy account
gnome-menus dummy account
Depends on:
Blocks:
 
 
Reported: 2005-12-11 03:51 UTC by Travis Watkins
Modified: 2008-04-13 17:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Travis Watkins 2005-12-11 03:51:53 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.
Comment 1 Sebastien Bacher 2005-12-17 13:48:31 UTC
Ubuntu bug about this: http://bugzilla.ubuntu.com/show_bug.cgi?id=20430
Comment 2 Vincent Untz 2007-05-01 09:38:24 UTC
Is this still valid?
Comment 3 Travis Watkins 2007-10-17 14:24:59 UTC
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>
Comment 4 Vincent Untz 2008-04-13 17:45:37 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.