1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-30 03:26:23 -04:00

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 0c2ce62459.
This commit is contained in:
Kalle Olavi Niemitalo 2008-06-15 14:05:55 +03:00 committed by Kalle Olavi Niemitalo
parent 1544b5f4b9
commit 01dd1b3b65

View File

@ -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) {