[Uml-devel] KDE_3_3_BRANCH: kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Fri Aug 6 23:45:01 UTC 2004


CVS commit by okellogg: 

Backport of following fix on HEAD:

> CVS commit by okellogg: 
> 
> Fix bug 86734 (template param names missing after reload)


  M +1 -0      umllistviewitem.cpp   1.48.2.1


--- kdesdk/umbrello/umbrello/umllistviewitem.cpp  #1.48:1.48.2.1
@@ -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