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 601096 - Why nautilus shows message boxes when I clicked "Cancel"?
Why nautilus shows message boxes when I clicked "Cancel"?
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Visual Design
2.28.x
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-07 18:11 UTC by trh
Modified: 2010-07-03 18:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check for G_IO_ERROR_FAILED_HANDLED and do the same as cancelled (533 bytes, patch)
2010-06-26 23:48 UTC, Marcus Carlson
committed Details | Review

Description trh 2009-11-07 18:11:33 UTC
Sometimes, when I accidentally clicked an unmounted drive, nautilus would ask for authorisation. Since it was by mistake, I would click "cancel", but then nautilus will show a message box "Unable to mount location". I think that is too informative, since I click "cancel", there is really no need to inform me that mounting was failed.
Comment 1 Marcus Carlson 2010-06-26 23:48:41 UTC
Created attachment 164715 [details] [review]
Check for G_IO_ERROR_FAILED_HANDLED and do the same as cancelled
Comment 2 Cosimo Cecchi 2010-07-03 18:04:38 UTC
Thanks, pushed to master.