From 0b0c2905908b09ea8d25316ea5ca3b68ee806c27 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Wed, 14 Apr 2010 12:31:19 +0200 Subject: Refresh 01_lpi.patch patch. --- debian/patches/01_lpi.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/patches') diff --git a/debian/patches/01_lpi.patch b/debian/patches/01_lpi.patch index 0ace6ef..68b4b2a 100644 --- a/debian/patches/01_lpi.patch +++ b/debian/patches/01_lpi.patch @@ -5,8 +5,8 @@ Description: Add launchpad-integration support. src/ui.c | 5 +++++ 2 files changed, 6 insertions(+) ---- simple-scan-0.9.10.orig/configure.ac -+++ simple-scan-0.9.10/configure.ac +--- simple-scan.orig/configure.ac ++++ simple-scan/configure.ac @@ -33,6 +33,7 @@ PKG_CHECK_MODULES(SIMPLE_SCAN, [ cairo-pdf dbus-glib-1 @@ -15,8 +15,8 @@ Description: Add launchpad-integration support. ]) AC_CHECK_HEADERS([sane/sane.h],[],[AC_MSG_ERROR([SANE not found])]) ---- simple-scan-0.9.10.orig/src/ui.c -+++ simple-scan-0.9.10/src/ui.c +--- simple-scan.orig/src/ui.c ++++ simple-scan/src/ui.c @@ -16,6 +16,7 @@ #include #include @@ -25,7 +25,7 @@ Description: Add launchpad-integration support. #include "ui.h" #include "book-view.h" -@@ -1308,6 +1309,10 @@ ui_load (SimpleScan *ui) +@@ -1309,6 +1310,10 @@ ui_load (SimpleScan *ui) } gtk_builder_connect_signals (builder, ui); -- cgit v1.2.3