[seed] GConf example should use new imports system



commit b4b3440322287b6c3a9d13ae40b317b6f1840439
Author: Robert Carr <racarr svn gnome org>
Date:   Tue Apr 28 15:57:53 2009 -0400

    GConf example should use new imports system
---
 examples/gconf.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/gconf.js b/examples/gconf.js
index c431cf6..1463d34 100755
--- a/examples/gconf.js
+++ b/examples/gconf.js
@@ -1,5 +1,5 @@
 #!/usr/bin/env seed
-Seed.import_namespace("GConf");
+GConf = imports.gi.GConf;
 
 GConf.init(null, null);
 



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