GNOME Bugzilla – Bug 70646
rename item doesn't do undo
Last modified: 2004-12-22 21:47:04 UTC
In gnome1, NautilusIconTextItem used a NautilusEntry, which it hooked up to all the nautilus undo stuff. Now that nautilus uses GnomeIconTextItem, this doesn't work. There is a virtual create_entry function in GnomeIconTextItem that a subclass could use to create a NautilusEntry instead of a GtkEntry. However, GnomeIconTextItem doesn't actually use this virtual function yet, so it needs to be fixed.
This is an entirely theoretical problem. The undo stuff was turned off in Nautilus 1.X; we never spent the time to make it work. So we haven't lost a feature.
well since undo doesn't work at all this really a dupe of 43515. I'll add dave's comments to that bug. *** This bug has been marked as a duplicate of 43515 ***