diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/popup-commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c index b31b636a5..079dc5935 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -332,7 +332,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_NONE); g_signal_connect (download, "completed", G_CALLBACK (background_download_completed), window); |