From 1c66ba4863f242eb3bf9e2651a93ac0f46892943 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 13 Nov 2010 15:47:25 +0800 Subject: [PATCH] Introspect/Enum.js --- Introspect/Enum.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/Enum.js b/Introspect/Enum.js index 1dddc21..aaae157 100644 --- a/Introspect/Enum.js +++ b/Introspect/Enum.js @@ -41,7 +41,7 @@ Enum = XObject.define( this.values.push({ - name : GI.base_info_get_name(prop).toUpperCase() , + name : prop.get_name().toUpperCase() , type : GI.type_tag_to_string(GI.enum_info_get_storage_type(bi)), value: GI.value_info_get_value(prop) , memberOf : this.alias -- 2.39.2