[libgit2-glib/wip/development: 5/14] Fix GgitRemoteCallbacks



commit a7a42f930a786848441438de6781aca82f877658
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Apr 26 16:11:49 2014 +0200

    Fix GgitRemoteCallbacks

 libgit2-glib/ggit-remote-callbacks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgit2-glib/ggit-remote-callbacks.c b/libgit2-glib/ggit-remote-callbacks.c
index d9ed1b4..a780a85 100644
--- a/libgit2-glib/ggit-remote-callbacks.c
+++ b/libgit2-glib/ggit-remote-callbacks.c
@@ -276,7 +276,7 @@ ggit_remote_callbacks_init (GgitRemoteCallbacks *self)
 
        self->priv->native = gcallbacks;
 
-       self->priv->native.progress = progress_wrap;
+       self->priv->native.sideband_progress = progress_wrap;
        self->priv->native.completion = completion_wrap;
        self->priv->native.credentials = credentials_wrap;
        self->priv->native.transfer_progress = transfer_progress_wrap;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]