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

index 159e1d9..e0d721c 100644 (file)
@@ -491,7 +491,7 @@ public class GitMonitor : Monitor
 
         cmd = new GitMonitorQueue(src);
         cmd.action = "commit";
-        cmd.message = src.vpath;
+        cmd.message = src.vname;
         this.queue.append_val(cmd);
  
          
@@ -514,7 +514,7 @@ public class GitMonitor : Monitor
 
         var cmd = new GitMonitorQueue(src);
         cmd.action = "commit";
-        cmd.message = src.vpath;
+        cmd.message = src.vname;
         cmd.commit_all = true;
 
         this.queue.append_val(cmd);