gtkrun.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 21 Oct 2010 09:11:02 +0000 (17:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 21 Oct 2010 09:11:02 +0000 (17:11 +0800)
gtkrun.js

index f93951b..68060cc 100644 (file)
--- a/gtkrun.js
+++ b/gtkrun.js
@@ -11,7 +11,7 @@
  * 
  * 
  * Usage
- * GI_TYPELIB_PATH=home/alan/.Builder/gir-1.1   seed gtkrun.js /path/to/myproject
+ *    seed gtkrun.js /path/to/myproject
  * 
  * Concepts.. 
  * a) load dependancies.. (eg. gi's..) - derived later?
@@ -28,7 +28,7 @@
 
 // sort out import path!!!
 GIRepository = imports.gi.GIRepository;
-//GIRepository.IRepository.prepend_search_path('/home/alan/.Builder/gir-1.1/girepository-1.0');
+GIRepository.IRepository.prepend_search_path('/home/alan/.Builder/gir-1.1/girepository-1.0');
 
 print(JSON.stringify(GIRepository.IRepository.get_search_path()));