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 737329 - Allow overwriting existing files with downloads
Allow overwriting existing files with downloads
Status: RESOLVED DUPLICATE of bug 727657
Product: epiphany
Classification: Core
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-25 03:08 UTC by Michael Catanzaro
Modified: 2014-10-01 02:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow overwriting existing files with downloads (1.21 KB, patch)
2014-09-25 03:08 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2014-09-25 03:08:53 UTC
Allow overwriting existing files when downloading a file with a context menu entry that opens the file chooser, since we already prompt the user to decide whether an existing file should be overwritten.
Comment 1 Michael Catanzaro 2014-09-25 03:08:55 UTC
Created attachment 287033 [details] [review]
Allow overwriting existing files with downloads

When using e.g. Save Image As, if the user tries to save a download over
an existing file we prompt him to confirm that he wishes to delete the
original file. Then the download fails. Actually delete the original
file instead.
Comment 2 Carlos Garcia Campos 2014-09-25 05:46:37 UTC
Comment on attachment 287033 [details] [review]
Allow overwriting existing files with downloads

We might consider adding a ephy_download_set_allow_overwrite() but since it's only used here, I think it's fine to get the wk download.
Comment 3 Michael Catanzaro 2014-10-01 02:58:09 UTC

*** This bug has been marked as a duplicate of bug 727657 ***