gnome-scan r791 - in trunk: . lib



Author: bersace
Date: Thu Jan 15 19:15:38 2009
New Revision: 791
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=791&view=rev

Log:
Set blurb properties upon construction.


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

Modified: trunk/lib/gnome-scan-scanner.vala
==============================================================================
--- trunk/lib/gnome-scan-scanner.vala	(original)
+++ trunk/lib/gnome-scan-scanner.vala	Thu Jan 15 19:15:38 2009
@@ -23,9 +23,9 @@
 
 namespace Gnome.Scan {
     public abstract class Scanner : Node {
-		public string name		{set; get;}
-		public string blurb		{set; get;}
-		public string icon_name {set; get;}
+		public string name		{set construct; get;}
+		public string blurb		{set construct; get;}
+		public string icon_name {set construct; get;}
 		public Gegl.Buffer buffer {set; get;}
 
 		// return true while there is more work to do.



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