diff options
author | Johan Dahlin <johan@src.gnome.org> | 2008-04-20 19:53:12 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-04-20 19:53:12 +0000 |
commit | f7cda3296db97fafbe011b3fff2108849f23d0a5 (patch) | |
tree | 4b609cc32c0c1dd873b5cb18e7105fe9d51b0efe /giscanner | |
parent | c33c7f10785cafdcee85cc61860b7e926040a328 (diff) | |
download | gobject-introspection-f7cda3296db97fafbe011b3fff2108849f23d0a5.tar.gz |
Oops, forgot to uncomment this
svn path=/trunk/; revision=182
Diffstat (limited to 'giscanner')
-rw-r--r-- | giscanner/gobjecttreebuilder.py | 2 |
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: |