From ca1999101b3524d76ff9d07bfd49f08bd0fcfca5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 13 Nov 2010 15:46:51 +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 8307691..00cc18e 100644 --- a/Introspect/Basic.js +++ b/Introspect/Basic.js @@ -32,7 +32,7 @@ Basic = XObject.define( // array of what!?!? var param_type = GI.type_info_get_param_type (type_info, 0); var atype = GI.type_info_get_tag(param_type); - if (atype == GI.ITypeTag.UINT8) { + if (atype == GI.TypeTag.UINT8) { return 'utf8'; } -- 2.39.2