[simple-scan/gnome-3-6: 1/5] Fix erroneous report about failing to set front ADF source
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan/gnome-3-6: 1/5] Fix erroneous report about failing to set front ADF source
- Date: Thu, 27 Apr 2017 09:16:37 +0000 (UTC)
commit 48d51219f721fab5b168a653b9a990f597a661ed
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Mar 22 09:15:14 2013 +1300
Fix erroneous report about failing to set front ADF source
src/scanner.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/scanner.vala b/src/scanner.vala
index 03f1e24..c4c2970 100644
--- a/src/scanner.vala
+++ b/src/scanner.vala
@@ -890,7 +890,7 @@ public class Scanner
break;
case ScanType.ADF_FRONT:
if (!set_constrained_string_option (handle, option, index, adf_front_sources, null))
- if (!!set_constrained_string_option (handle, option, index, adf_sources, null))
+ if (!set_constrained_string_option (handle, option, index, adf_sources, null))
warning ("Unable to set front ADF source, please file a bug");
break;
case ScanType.ADF_BACK:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]