0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

bug 949: call done_download_display.

This commit is contained in:
Witold Filipczyk 2007-05-02 17:31:40 +02:00 committed by Witold Filipczyk
parent 98450fad79
commit 0f2a24229f

View File

@ -521,10 +521,7 @@ push_abort_button(struct dialog_data *dlg_data, struct widget_data *button)
if (!file_download) return EVENT_PROCESSED;
if (file_download->box_item) {
done_listbox_item(&download_browser, file_download->box_item);
file_download->box_item = NULL;
}
done_download_display(file_download);
return push_delete_button_common(file_download);
}