summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-12-06 16:10:02 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-12-06 16:10:32 +0100
commit22d35e6b914ef9d0277758dcd9c197b5775a1ab9 (patch)
tree61213e1ae5b105545a8e7e34c0a8cfe0028d8188
parent24a2b4c1543798fe61fd6e3667b12e44766740ae (diff)
downloadgobject-introspection-22d35e6b914ef9d0277758dcd9c197b5775a1ab9.tar.gz
Make sure we don't mark GInitiallyUnownedClass as disguised
-rw-r--r--giscanner/gdumpparser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
index 2f5feb50..39440c60 100644
--- a/giscanner/gdumpparser.py
+++ b/giscanner/gdumpparser.py
@@ -235,6 +235,7 @@ blob containing data gleaned from GObject's primitive introspection."""
self._create_gobject(record)
elif record.name == 'InitiallyUnownedClass':
record.fields = self._namespace.get('ObjectClass').fields
+ record.disguised = False
# Introspection over the data we get from the dynamic
# GObject/GType system out of the binary