[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Tue Oct 7 14:27:15 UTC 2003


CVS commit by okellogg: 

Since UMLView::addAssociation() is taking allowAssociation() more
serious, legitimate associations are rejected.
This is a hotfix only - to be further investigated.


  M +1 -0      assocrules.cpp   1.16


--- kdesdk/umbrello/umbrello/assocrules.cpp  #1.15:1.16
@@ -103,4 +103,5 @@ bool AssocRules::allowAssociation( Assoc
                 }
         }
+        return bValid;
         if (!bValid) {
                 return false;






More information about the umbrello-devel mailing list