summaryrefslogtreecommitdiff
path: root/src/popup-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 1ed949c29..1f75a3dcd 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -308,7 +308,6 @@ popup_cmd_set_image_as_background (GtkAction *action,
dest_uri = g_filename_to_uri (dest, NULL, NULL);
ephy_download_set_destination_uri (download, dest_uri);
- ephy_download_set_action (download, EPHY_DOWNLOAD_ACTION_DO_NOTHING);
ephy_downloads_manager_add_download (ephy_embed_shell_get_downloads_manager (ephy_embed_shell_get_default ()),
download);
g_object_unref (download);