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 338377 - del an undeleteable item deletes the first bookmark
del an undeleteable item deletes the first bookmark
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Sidebar
2.14.x
Other Linux
: Normal major
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-13 17:52 UTC by Baptiste Mille-Mathias
Modified: 2006-04-15 16:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Baptiste Mille-Mathias 2006-04-13 17:52:19 UTC
create 2 or 3 bookmarks
display the sidebar,
press the key <Delete>, on a undeletable item (like Desktop or devices displayed)

Result:
the first bookmar is deleted.
Comment 1 Sergej Kotliar 2006-04-13 21:51:00 UTC
Yeah, confirming this bug. This is pretty bad, as I now lost a bookmark and can't remember which one ;) Probably will find out soon enough ;)

Retitling it a bit, hope you don't mind.
Comment 2 Martin Wehner 2006-04-15 16:21:03 UTC
Fixed in CVS:

2006-04-15  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-places-sidebar.c: (remove_selected_bookmarks):
	Don't delete the first bookmark if pressing del key on an
	undeletable item. Fixes #338377.