[seed] libseed: Update Seed.js to include gnome-js-common module directory in default search path



commit 1760f33ec3f5ccd572ca2a8f66e2dbc813cebf82
Author: Robert Carr <racarr svn gnome org>
Date:   Thu May 14 01:21:00 2009 -0400

    libseed: Update Seed.js to include gnome-js-common module directory in default search path
---
 extensions/Seed.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extensions/Seed.js b/extensions/Seed.js
index b85b6f5..33c2a8c 100755
--- a/extensions/Seed.js
+++ b/extensions/Seed.js
@@ -653,5 +653,5 @@ Seed.thread_repl = function()
 
 Seed.printf = function () { Seed.print(Seed.sprintf.apply(this, arguments)) };
 
-      imports.searchPath = ["/usr/local/lib/seed", "/usr/lib/seed", "/usr/local/share/seed", "/usr/share/seed", "."];
+imports.searchPath = ["/usr/lib/gnome-js", "/usr/local/lib/gnome-js", "/usr/local/lib/seed", "/usr/lib/seed", "/usr/local/share/seed", "/usr/share/seed", "."];
 



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