gitlive.js
authorAlan Knowles <alan@wideboy.(none)>
Wed, 28 Apr 2010 14:42:24 +0000 (22:42 +0800)
committerAlan Knowles <alan@wideboy.(none)>
Wed, 28 Apr 2010 14:42:24 +0000 (22:42 +0800)
gitlive.js

index e2e925e..10c09d1 100644 (file)
@@ -43,7 +43,10 @@ var monitor = new Monitor({
     nqv : true, // temp var while I switch to queued version.
     
     start: function() {
-        
+        var _this = this;
+        Glib.idle_add(PRIORITY_LOW, function() {
+            _this.runQueue();
+        },null,null);
         Monitor.prototype.start.call(this);
         var notification = new Notify.Notification({
             summary: "Git Live",