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 711115 - Format item for volumes disappeared
Format item for volumes disappeared
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Sidebar
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-30 02:46 UTC by Matthias Clasen
Modified: 2013-11-18 23:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Format item for volumes disappeared (1.22 KB, patch)
2013-10-30 02:46 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2013-10-30 02:46:20 UTC
Trying to reproduce some problem with the Format... menuitem
on usb sticks in the sidebar, I found that the menuitem is gone
in 3.10 - it turns out GtkPlacesSidebar gives both a selected_item
and a selected_volume in some cases, therefore the conditions
need to be checked in two independent ifs instead of the current
if ... else if ...
Comment 1 Matthias Clasen 2013-10-30 02:46:22 UTC
Created attachment 258511 [details] [review]
Format item for volumes disappeared