From 712514fcf69590282e22d55f680af39730ce4723 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 12 Nov 2010 07:46:22 +0800 Subject: [PATCH] Introspect/Basic.js --- Introspect/Basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/Basic.js b/Introspect/Basic.js index 9103cdb..f4599ab 100644 --- a/Introspect/Basic.js +++ b/Introspect/Basic.js @@ -86,7 +86,7 @@ Basic = XObject.define( var direction = this.directions[GI.arg_info_get_direction(arg)]; var add = { - name : GI.base_info_get_name(arg), + name : arg.get_name(), ns : GI.base_info_get_namespace(arg), type : this.typeToName(GI.arg_info_get_type(arg)), direction : direction, -- 2.39.2