GitBranch.vala
[gitlive] / GitBranch.vala
index 584cd6f..13adba2 100644 (file)
@@ -110,7 +110,8 @@ public class GitBranch : Object
                                                out ahead,
                                                out behind
                                        );
-                                       br.
+                                       br.ahead = 1* ahead;
+                                       br.behind = 1* behind;
 
                                }
                                repo.revparse(br.get_name() ).get_id();