[libgit2-glib/wip/development: 12/12] Fix GgitRemoteCallbacks
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib/wip/development: 12/12] Fix GgitRemoteCallbacks
- Date: Sat, 26 Apr 2014 14:15:47 +0000 (UTC)
commit d0011ae1876101d0eb75a917f0a618536c745f00
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]