[Uml-devel] branches/KDE/3.5/kdesdk/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Aug 27 12:12:52 UTC 2005
SVN commit 454031 by okellogg:
BUG:111407 - From peter.soetens mech kuleuven ac be 2005-08-25 14:03
> Created an attachment (id=12369)
> --> (http://bugs.kde.org/attachment.cgi?id=12369&action=view)
> PATCH Corrected writing of template elements to xmi file
> Fixes this bug report.
M +1 -1 ChangeLog
M +1 -0 THANKS
M +1 -1 umbrello/classifier.cpp
--- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #454030:454031
@@ -10,7 +10,7 @@
* Bugs fixed / wishes implemented (see http://bugs.kde.org)
57588 58809 67719 72016 79433 87252 88117 97162 105564 108223
-109591 109636 110216
+109591 109636 110216 110231 110379 111470
Version 1.4.2 (maintenance release)
--- branches/KDE/3.5/kdesdk/umbrello/THANKS #454030:454031
@@ -59,6 +59,7 @@
Paulo Roberto Rodriguez Sehn <paulo.sehn @gmail.com>
Achim Spangler <Achim.Spangler @mnet-online.de>
Leo Savernik <l.savernik @aon.at>
+Peter Soetens <peter.soetens @mech.kuleuven.ac.be>
Sebastian Stein <seb.stein @gmx.de>
Andrew Sutton <asutton @cs.kent.edu>
Tanuj <tagrawal @hss.hns.com>
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/classifier.cpp #454030:454031
@@ -761,7 +761,7 @@
for (UMLClassifierListItem *tmpl = list.first(); tmpl; tmpl = list.next() ) {
tmpl->saveToXMI(qDoc, tmplElement);
}
- qElement.appendChild( tmplElement );
+ classifierElement.appendChild( tmplElement );
}
//save generalizations (we are the subclass, the other end is the superclass)
More information about the umbrello-devel
mailing list