[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Tue Dec 21 14:29:05 UTC 2004


CVS commit by okellogg: 

oops, fix the previous change


  M +1 -1      umlobject.cpp   1.66


--- kdesdk/umbrello/umbrello/umlobject.cpp  #1.65:1.66
@@ -423,5 +423,5 @@ QDomElement UMLObject::save( const QStri
         QDomElement qElement = qDoc.createElement(tag);
         qElement.setAttribute( "isSpecification", "false" );
-        if (m_BaseType != Uml::ot_Association) {
+        if (m_BaseType != Uml::ot_Role) {
                 qElement.setAttribute( "isLeaf", "false" );
                 qElement.setAttribute( "isRoot", "false" );






More information about the umbrello-devel mailing list