From 01dd1b3b65aa6db90d50661709bda4a0a9948207 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 15 Jun 2008 14:05:55 +0300 Subject: [PATCH] Revert "When prompting a program for copiousoutput don't show the block checkbox" I am reverting all copiousoutput support because of bug 917. This reverts commit 0c2ce62459e99a7ea4e1dbc40ec10da858146bc7. --- src/session/download.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/session/download.c b/src/session/download.c index 95504a43..a948b961 100644 --- a/src/session/download.c +++ b/src/session/download.c @@ -1209,13 +1209,7 @@ do_type_query(struct type_query *type_query, unsigned char *ct, struct mime_hand 0, 0, NULL, MAX_STR_LEN, field, NULL); type_query->external_handler = field; - if (type_query->copiousoutput) { - add_dlg_text(dlg, _("The output of the program " - "will be shown in the tab", term), - ALIGN_LEFT, 0); - } else { - add_dlg_radio(dlg, _("Block the terminal", term), 0, 0, &type_query->block); - } + add_dlg_radio(dlg, _("Block the terminal", term), 0, 0, &type_query->block); selected_widget = 3; } else if (handler) {