GitMonitor.js
[gitlive] / gitlive.js
index b3761f1..173a933 100644 (file)
@@ -72,7 +72,7 @@ GLib.timeout_add(GLib.PRIORITY_LOW, 500, function() {
     GitMonitor.add(GitMonitor.gitlive);
     GitMonitor.start();
     
-    //WindowLog.start();
+    WindowLog.start();
 });
 
 Gtk.main();