Git.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 Feb 2019 09:05:25 +0000 (17:05 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Feb 2019 09:05:25 +0000 (17:05 +0800)
Git.vala

index d5947b1..042097a 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -26,7 +26,7 @@ namespace  Git {
                public Callbacks(Repo repo)
                {
                        this.repo = repo;
-                       this.completion.connect(this.onTransferProgress);
+                       this.transfer_progress.connect(this.onTransferProgress);
                }
        
                void onTransferProgress( Ggit.TransferProgress stats)