gnome-scan r784 - in trunk: . lib



Author: bersace
Date: Thu Jan 15 17:44:37 2009
New Revision: 784
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=784&view=rev

Log:
Use handreds for status code.

Modified:
   trunk/ChangeLog
   trunk/lib/gnome-scan-common.vala

Modified: trunk/lib/gnome-scan-common.vala
==============================================================================
--- trunk/lib/gnome-scan-common.vala	(original)
+++ trunk/lib/gnome-scan-common.vala	Thu Jan 15 17:44:37 2009
@@ -60,18 +60,18 @@
 	// Status in reverse order of priority
     public enum Status {
 		UNKNOWN		= 0,
-		FAILED		= 10,
-		INITIALIZING= 20,
+		FAILED		= 100,
+		INITIALIZING= 200,
 		// Device is up but doing some work (after or before scan).
-		BUSY		= 30,
+		BUSY		= 300,
 		// needs option to be set by user
-		UNCONFIGURED= 40,
+		UNCONFIGURED= 400,
 		// ready to start a process
-		READY		= 50,
+		READY		= 500,
 		// acquiring/processing/outputting
-		PROCESSING	= 60,
+		PROCESSING	= 600,
 		// processing done;
-		DONE		= 70;
+		DONE		= 700;
     }
 
 	public struct Point {



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