summaryrefslogtreecommitdiff
path: root/giscanner
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-04-20 19:53:12 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-04-20 19:53:12 +0000
commitf7cda3296db97fafbe011b3fff2108849f23d0a5 (patch)
tree4b609cc32c0c1dd873b5cb18e7105fe9d51b0efe /giscanner
parentc33c7f10785cafdcee85cc61860b7e926040a328 (diff)
downloadgobject-introspection-f7cda3296db97fafbe011b3fff2108849f23d0a5.tar.gz
Oops, forgot to uncomment this
svn path=/trunk/; revision=182
Diffstat (limited to 'giscanner')
-rw-r--r--giscanner/gobjecttreebuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/gobjecttreebuilder.py b/giscanner/gobjecttreebuilder.py
index 14a7a7f6..073f5011 100644
--- a/giscanner/gobjecttreebuilder.py
+++ b/giscanner/gobjecttreebuilder.py
@@ -130,7 +130,7 @@ class GObjectTreeBuilder(object):
fundamental_type_id = cgobject.type_fundamental(type_id)
if (fundamental_type_id == cgobject.TYPE_ENUM or
fundamental_type_id == cgobject.TYPE_FLAGS):
- pass #self._introspect_enum(fundamental_type_id, type_id, symbol)
+ self._introspect_enum(fundamental_type_id, type_id, symbol)
elif fundamental_type_id == cgobject.TYPE_OBJECT:
self._introspect_object(type_id, symbol)
else: