GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Thu, 15 Nov 2018 09:14:32 +0000 (17:14 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 15 Nov 2018 09:14:32 +0000 (17:14 +0800)
GitRepo.vala

index 8dc7574..f63f7f1 100644 (file)
@@ -819,8 +819,8 @@ public class GitRepo : Object
     
     }
     
-    uint update_all_total = 0;
-    string update_all_after = "";
+    static uint update_all_total = 0;
+    static string update_all_after = "";
     
     public static void updateAll(string after)
     {