seed r744 - trunk/examples



Author: hortont
Date: Wed Jan 14 21:19:47 2009
New Revision: 744
URL: http://svn.gnome.org/viewvc/seed?rev=744&view=rev

Log:
Fix more enums


Modified:
   trunk/examples/vte-test.js

Modified: trunk/examples/vte-test.js
==============================================================================
--- trunk/examples/vte-test.js	(original)
+++ trunk/examples/vte-test.js	Wed Jan 14 21:19:47 2009
@@ -23,8 +23,8 @@
 
 
 	scroll.add(vte);
-	scroll.set_policy(PolicyType.Automatic,
-					  PolicyType.Automatic);
+	scroll.set_policy(PolicyType.AUTOMATIC,
+					  PolicyType.AUTOMATIC);
 
 	window.add(scroll);
 	window.resize(600,400);



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