[libgit2-glib] Fix storing signal in wrong slot
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] Fix storing signal in wrong slot
- Date: Tue, 23 Dec 2014 18:03:13 +0000 (UTC)
commit 8a3c43f83f04a5ffe6b85007d27054221d75e087
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Tue Dec 23 19:02:55 2014 +0100
Fix storing signal in wrong slot
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 e266456..9c5f868 100644
--- a/libgit2-glib/ggit-remote-callbacks.c
+++ b/libgit2-glib/ggit-remote-callbacks.c
@@ -86,7 +86,7 @@ ggit_remote_callbacks_class_init (GgitRemoteCallbacksClass *klass)
GGIT_TYPE_OID,
GGIT_TYPE_OID);
- signals[TRANSFER_PROGRESS] =
+ signals[PROGRESS] =
g_signal_new ("progress",
G_TYPE_FROM_CLASS (object_class),
G_SIGNAL_RUN_LAST,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]