diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-12-02 20:19:00 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-12-02 20:19:00 +0100 |
commit | 4bc4b41457cf5caca82a936deffeb7874dddd446 (patch) | |
tree | 74b25b2f470ea025591197168ebbb6ed7b6a32d8 /debian/patches/04_cap_always_settable.dpatch | |
parent | 7d8191b83e163d76bb05e13b373638e4eeb7da95 (diff) |
Imported Upstream version 1.0.14upstream/1.0.14upstream
Diffstat (limited to 'debian/patches/04_cap_always_settable.dpatch')
-rw-r--r-- | debian/patches/04_cap_always_settable.dpatch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/04_cap_always_settable.dpatch b/debian/patches/04_cap_always_settable.dpatch deleted file mode 100644 index e812c3d..0000000 --- a/debian/patches/04_cap_always_settable.dpatch +++ /dev/null @@ -1,21 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 04_cap_always_settable.dpatch by <jblache@debian.org> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Remove check for SANE_CAP_ALWAYS_SETTABLE; the flag is not part -## DP: of the standard and has been removed upstream in SANE 1.0.20. - -@DPATCH@ -diff -urNad sane-frontends-1.0.14~/src/gtkglue.c sane-frontends-1.0.14/src/gtkglue.c ---- sane-frontends-1.0.14~/src/gtkglue.c 2005-04-16 15:12:07.000000000 +0200 -+++ sane-frontends-1.0.14/src/gtkglue.c 2009-06-26 13:32:04.997585725 +0200 -@@ -1476,8 +1476,7 @@ - || opt->type == SANE_TYPE_GROUP || !dialog->element[i].widget) - continue; - -- if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE)) -- gtk_widget_set_sensitive (dialog->element[i].widget, sensitive); -+ gtk_widget_set_sensitive (dialog->element[i].widget, sensitive); - } - } - |