[simple-scan/gnome-3-4: 6/25] Fix crash when scanning multiple pages



commit 82d9a9c7c36ecbce63826ef5c2637e92d9c73ffa
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Jul 12 20:57:24 2012 +1200

    Fix crash when scanning multiple pages

 NEWS             |    4 ++++
 src/scanner.vala |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d2d368b..d3ebebc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in simple-scan 3.4.3
+
+  * Fix crash when scanning multiple pages
+
 Overview of changes in simple-scan 3.4.2
 
   * Fix save dialog filter labels
diff --git a/src/scanner.vala b/src/scanner.vala
index 158fa50..3c2e6b7 100644
--- a/src/scanner.vala
+++ b/src/scanner.vala
@@ -278,7 +278,6 @@ public class Scanner
         if ((scanning && !is_scanning) || (!scanning && is_scanning))
         {
             scanning = is_scanning;
-            scanning_changed ();
             notify (new NotifyScanningChanged ());
         }
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]