GitMonitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:41:02 +0000 (19:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:41:02 +0000 (19:41 +0800)
GitMonitor.vala

index 7a3a60c..39f241b 100644 (file)
@@ -12,9 +12,10 @@ public class GitMonitorQueue : MonitorNamePathDir {
 
 
         public GitMonitorQueue(MonitorNamePathDir f) {
-            this.name = f.name;
-            this.path = f.path;
-            this.dir = f.dir;
+
+            base(f.name, f.path, f.dir);
+
+
             this.message = "";
             this.commit_all = false;