[X2Go-Commits] [libx2goclient] 02/03: src/x2goclient-network-ssh.c: make openssh-version property read-only.
git-admin at x2go.org
git-admin at x2go.org
Thu May 14 22:28:28 CEST 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit 7b0c49dac74ff649c107a5c4266daa1d492bb09d
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu May 14 20:17:29 2020 +0200
src/x2goclient-network-ssh.c: make openssh-version property read-only.
---
src/x2goclient-network-ssh.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index 9a4557f..04c03ed 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -137,7 +137,7 @@ static void x2goclient_network_ssh_class_init (X2GoClientNetworkSSHClass *klass)
_("The OpenSSH client version number, parsed in a custom "
"structure."),
X2GOCLIENT_TYPE_OPENSSH_VERSION,
- G_PARAM_WRITABLE);
+ G_PARAM_READABLE);
g_object_class_install_properties (object_class, X2GO_NET_SSH_N_PROPERTIES, net_ssh_obj_properties);
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list