seed r744 - trunk/examples
- From: hortont svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r744 - trunk/examples
- Date: Wed, 14 Jan 2009 21:19:47 +0000 (UTC)
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]