This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit f742f66ca07bda999843aff041109b939274b027 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Aug 19 11:58:47 2019 +0200 src/x2goclient-network-ssh.c: the parent structures in the instance structure are actually instances, not classes. --- src/x2goclient-network-ssh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c index 9c255fb..756a7a3 100644 --- a/src/x2goclient-network-ssh.c +++ b/src/x2goclient-network-ssh.c @@ -61,7 +61,7 @@ enum { struct _X2GoClientNetworkOptionsSSH { - X2GoClientNetworkOptions parent_class; + X2GoClientNetworkOptions parent_instance; /* * Eventually, this class should encapsulate/handle every ssh_config option, @@ -92,7 +92,7 @@ typedef struct sockaddr_ho { struct _X2GoClientNetworkSSH { - X2GoClientNetwork parent_class; + X2GoClientNetwork parent_instance; }; G_DEFINE_TYPE (X2GoClientNetworkSSH, x2goclient_network_ssh, X2GOCLIENT_TYPE_NETWORK); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git