From 2f131313a9d87feff75b2b09e4d07b259abf1a72 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 15 Jan 2014 11:32:40 +0000 Subject: [PATCH] Faltou registrar a propriedade luname --- src/pw3270/v3270/properties.c | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/src/pw3270/v3270/properties.c b/src/pw3270/v3270/properties.c index d1ca3d7..a961aed 100644 --- a/src/pw3270/v3270/properties.c +++ b/src/pw3270/v3270/properties.c @@ -122,6 +122,13 @@ FALSE,G_PARAM_READABLE|G_PARAM_WRITABLE); g_object_class_install_property(gobject_class,PROP_MODEL,v3270_properties[PROP_MODEL]); + v3270_properties[PROP_LUNAME] = g_param_spec_string( + "luname", + "luname", + "The logical Unit (LU) name", + FALSE,G_PARAM_READABLE|G_PARAM_WRITABLE); + g_object_class_install_property(gobject_class,PROP_LUNAME,v3270_properties[PROP_LUNAME]); + // Toggle properties int f; -- libgit2 0.21.2