gobject-introspection r182 - trunk/giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r182 - trunk/giscanner
- Date: Sun, 20 Apr 2008 20:53:13 +0100 (BST)
Author: johan
Date: Sun Apr 20 19:53:12 2008
New Revision: 182
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=182&view=rev
Log:
Oops, forgot to uncomment this
Modified:
trunk/giscanner/gobjecttreebuilder.py
Modified: trunk/giscanner/gobjecttreebuilder.py
==============================================================================
--- trunk/giscanner/gobjecttreebuilder.py (original)
+++ trunk/giscanner/gobjecttreebuilder.py Sun Apr 20 19:53:12 2008
@@ -130,7 +130,7 @@
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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]