[gnome-builder] git: track changes in libgit2-glib pre-release



commit 685a91ae56196123453b9ed5a633b482a99abc13
Author: Christian Hergert <chergert redhat com>
Date:   Tue Apr 23 22:04:18 2019 -0700

    git: track changes in libgit2-glib pre-release

 src/plugins/git/daemon/ipc-git-repository-impl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/git/daemon/ipc-git-repository-impl.c 
b/src/plugins/git/daemon/ipc-git-repository-impl.c
index 231c1bbf1..9d247220e 100644
--- a/src/plugins/git/daemon/ipc-git-repository-impl.c
+++ b/src/plugins/git/daemon/ipc-git-repository-impl.c
@@ -856,7 +856,7 @@ ipc_git_repository_impl_handle_push (IpcGitRepository      *repository,
   callbacks = ipc_git_remote_callbacks_new (progress);
 
   push_options = ggit_push_options_new ();
-  ggit_push_options_set_callbacks (push_options, callbacks);
+  ggit_push_options_set_remote_callbacks (push_options, callbacks);
 
   push = g_slice_new0 (Push);
   push->remote = g_steal_pointer (&remote);


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