From 8595cb4102d547388d0d9e699d10a14f8f7aa71c Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 24 Jan 2015 23:36:40 +0900 Subject: Integrate Debian changes into 020_debian.patch (closes: #776112) (debian/patches/*.patch except 010_upstream.patch are merged) --- debian/patches/110_form-input-text.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 debian/patches/110_form-input-text.patch (limited to 'debian/patches/110_form-input-text.patch') diff --git a/debian/patches/110_form-input-text.patch b/debian/patches/110_form-input-text.patch deleted file mode 100644 index d5c09f3..0000000 --- a/debian/patches/110_form-input-text.patch +++ /dev/null @@ -1,15 +0,0 @@ -Description: Assume "text" if an input type is unknown -Author: Hilko Bengen -Bug-Debian: http://bugs.debian.org/615843 - ---- w3m-git.orig/form.c 2011-02-28 15:03:36.000000000 +0100 -+++ w3m-git/form.c 2011-02-28 15:32:33.000000000 +0100 -@@ -196,7 +196,7 @@ - if (!strcasecmp(typestr, _formtypetbl[i])) - return i; - } -- return FORM_UNKNOWN; -+ return FORM_INPUT_TEXT; - } - - void -- cgit v1.2.3