aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/popup-commands.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index bc2a4fb18..a0521383a 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -201,10 +201,6 @@ response_cb (GtkDialog *dialog,
ephy_download_start (download);
g_free (uri);
}
- else
- {
- ephy_download_cancel (download);
- }
gtk_widget_destroy (GTK_WIDGET (dialog));
}