[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sat Jun 19 12:39:03 UTC 2004


CVS commit by okellogg: 

Fix bug 82406 (Documentation for associations is lost.)


  M +1 -1      associationwidget.cpp   1.105


--- kdesdk/umbrello/umbrello/associationwidget.cpp  #1.104:1.105
@@ -2855,5 +2855,5 @@ void AssociationWidget::saveToXMI( QDomD
                 assocElement.setAttribute( "roleAdoc", m_role[A].m_RoleDoc);
                 assocElement.setAttribute( "roleBdoc", m_role[B].m_RoleDoc);
-                // assocElement.setAttribute( "documentation", m_Doc );
+                assocElement.setAttribute( "documentation", m_Doc );
         }
         assocElement.setAttribute( "widgetaid", getWidgetID(A) );






More information about the umbrello-devel mailing list