[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Aug 6 14:17:07 UTC 2004
CVS commit by okellogg:
Fix bug 86734 (template param names missing after reload)
M +1 -0 umllistviewitem.cpp 1.49
--- kdesdk/umbrello/umbrello/umllistviewitem.cpp #1.48:1.49
@@ -478,4 +478,5 @@ void UMLListViewItem::saveToXMI( QDomDoc
<< m_Label << " because stereotype/template loading "
<< "does not yet generate the appropriate signals" << endl;
+ itemElement.setAttribute( "label", m_Label );
} else if (m_pObject->getID() == -1) {
if (m_Label.isEmpty()) {
More information about the umbrello-devel
mailing list