GNOME Bugzilla – Bug 737329
Allow overwriting existing files with downloads
Last modified: 2014-10-01 02:58:09 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.
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 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.
*** This bug has been marked as a duplicate of bug 727657 ***