aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorPaulo Alcantara <paulo.alcantara@openbossa.org>2011-04-28 16:51:12 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:17 -0300
commitbc3a572c5af8d16b75e55e5c7c6f683c96b61482 (patch)
tree8e8ff6a7d9604883caef488b2a15923defa3f5b6 /PySide
parent2ef1ba00c7d00b6277f8ab96e5d02c4f085abbc4 (diff)
Fix bug #834 - "Segfault on childEvent"
The fix was basically setting the owner attribute to a correct value. Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 539544636..224d9c692 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -2360,7 +2360,7 @@
<modify-field name="c" read="false" write="false"/>
<modify-function signature="child() const">
<modify-argument index="return">
- <define-ownership owner="target"/>
+ <define-ownership class="target" owner="default"/>
</modify-argument>
</modify-function>
</object-type>