Projects.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 11 Dec 2012 14:41:19 +0000 (22:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 11 Dec 2012 14:41:19 +0000 (22:41 +0800)
Projects.js

index 181ab9a..d44bb2b 100644 (file)
@@ -18,7 +18,7 @@ Projects = {
     // called on startup..??
     // clear list, and call again to refresh..
     
-    fetch: function(rep,callback)
+    fetch: function(callback)
     {
         // have we got the status in the last 15 mins..
         // we should not need to get it again... - it's probably not changed.
@@ -81,9 +81,9 @@ Projects = {
 
 
 //-------------- testing
-/*
+
 Gtk = imports.gi.Gtk;
 Gtk.init(Seed.argv);
-Tasks.notify( { repo : imports.Scm.Repo.Repo.get('gitlive') } );
+Projects.list( { repo : imports.Scm.Repo.Repo.get('gitlive') } );
 Gtk.main();
-*/
\ No newline at end of file
\ No newline at end of file