diff options
author | Julien BLACHE <jblache@debian.org> | 2005-11-21 21:49:19 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:12 +0000 |
commit | 91e0f8f4872781ae41c44747330935d6420534e6 (patch) | |
tree | 39db641abe297fb735853015b906d7763651941e /debian/patches/10_batch_scan_bugfix.dpatch | |
parent | 13a92fd57322d6de4548e7dc992db591a0a54ee3 (diff) | |
parent | 6fceea28608be0fda32d94f59e1b1550774318a0 (diff) |
Imported Debian patch 0.98-1debian/0.98-1
Diffstat (limited to 'debian/patches/10_batch_scan_bugfix.dpatch')
-rw-r--r-- | debian/patches/10_batch_scan_bugfix.dpatch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/10_batch_scan_bugfix.dpatch b/debian/patches/10_batch_scan_bugfix.dpatch deleted file mode 100644 index a875c47..0000000 --- a/debian/patches/10_batch_scan_bugfix.dpatch +++ /dev/null @@ -1,25 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10_batch_scan_bugfix.dpatch by <jblache@debian.org> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Fix batch scanning bug. - -@DPATCH@ -diff -urNad xsane-0.97/src/xsane-batch-scan.c /tmp/dpep.7eXNXU/xsane-0.97/src/xsane-batch-scan.c ---- xsane-0.97/src/xsane-batch-scan.c 2005-01-22 15:59:54.000000000 +0100 -+++ /tmp/dpep.7eXNXU/xsane-0.97/src/xsane-batch-scan.c 2005-01-27 22:16:31.000000000 +0100 -@@ -505,12 +505,12 @@ - - while (xsane.scanning) - { --#if 0 -+#if 1 - if (gtk_events_pending()) - { - gtk_main_iteration(); - } --#elseif -+#else - gtk_main_iteration(); - #endif - } |