gnome-scan r783 - in trunk: . lib



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

Log:
Added BUSY status.

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:41:35 2009
@@ -62,14 +62,16 @@
 		UNKNOWN		= 0,
 		FAILED		= 10,
 		INITIALIZING= 20,
+		// Device is up but doing some work (after or before scan).
+		BUSY		= 30,
 		// needs option to be set by user
-		UNCONFIGURED= 30,
+		UNCONFIGURED= 40,
 		// ready to start a process
-		READY		= 40,
+		READY		= 50,
 		// acquiring/processing/outputting
-		PROCESSING	= 50,
+		PROCESSING	= 60,
 		// processing done;
-		DONE		= 60;
+		DONE		= 70;
     }
 
 	public struct Point {



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