StatusIcon.js
authoralan <alan@desktop.akbkhome.com>
Sun, 18 Apr 2010 09:26:11 +0000 (17:26 +0800)
committeralan <alan@desktop.akbkhome.com>
Sun, 18 Apr 2010 09:26:11 +0000 (17:26 +0800)
StatusIcon.js

index 3907f89..56a4595 100644 (file)
@@ -134,6 +134,7 @@ StatusIcon  = new XObject({
                                 try {
                                     var res = Git.run(fn, [ 'pull' ]);
                                     mgs.push( "Updated"  + fn + ":" + res);
+                                    // should also update modules ideally.
                                 } cat (e) {
                                     err.push(new String(e));
                                 }