GitBranch.vala
[gitlive] / GitBranch.vala
index 13adba2..a64afa3 100644 (file)
@@ -110,11 +110,11 @@ public class GitBranch : Object
                                                out ahead,
                                                out behind
                                        );
-                                       br.ahead = 1* ahead;
-                                       br.behind = 1* behind;
+                                       br.ahead = (int)ahead;
+                                       br.behind = (int) behind;
 
                                }
-                               repo.revparse(br.get_name() ).get_id();
+                                
                                
                                // age?
                                // behind or infront..