targets/Xenomai/XSD
author |
Andrey Skvortsov <andrej.skvortzov@gmail.com> |
|
Fri, 06 May 2016 18:04:40 +0300 |
changeset 1514 |
968e7898d66b |
parent 615 |
72bc3e53a1fa
|
permissions |
-rwxr-xr-x |
fix bug that appears if datatype in the project tree is renamed to wrong name (keyword, existend type,...)
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16765, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/expando.py", line 126, in _adjustCtrl
numLines = self.GetNumberOfLines()
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16710, in __getattr__
raise PyDeadObjectError(self.attrStr % self._name)
PyDeadObjectError: The C++ part of the TreeTextCtrl object has been deleted, attribute access no longer allowed.
203
|
1 |
|
321
|
2 |
<xsd:element name="Xenomai">
|
203
|
3 |
<xsd:complexType>
|
|
4 |
%(toolchain_gcc)s
|
615
|
5 |
<xsd:attribute name="XenoConfig" type="xsd:string" use="optional" default="xeno-config"/>
|
203
|
6 |
</xsd:complexType>
|
615
|
7 |
</xsd:element>
|