This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository libx2goclient.

commit 020fcfb975413cfa4302ac4c9aacf98cae0a4459
Author: Mihai Moldovan <io...@ionic.de>
Date:   Thu May 28 13:31:13 2020 +0200

    src/x2goclient-network.c: fix setter to use the correct value types.
---
 src/x2goclient-network.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/x2goclient-network.c b/src/x2goclient-network.c
index 8686ad2..423d186 100644
--- a/src/x2goclient-network.c
+++ b/src/x2goclient-network.c
@@ -181,7 +181,7 @@ static void x2goclient_network_set_property (GObject 
*object, guint prop_id, con
     case (X2GO_NET_PROP_SOCKET_SPEC):
                                       g_free (priv->socket_spec);
                                       g_clear_object (&(priv->socket));
-                                      priv->socket_spec = g_value_dup_boxed 
(value);
+                                      priv->socket_spec = g_value_dup_object 
(value);
                                       priv->socket = 
x2goclient_network_parse_sockspec (self, priv->socket_spec);
                                       break;
     case (X2GO_NET_PROP_SESSION_PATH):

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/libx2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to