[Uml-devel] KDE/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sun Feb 12 05:04:05 UTC 2006


SVN commit 508620 by okellogg:

apply commit 508619 from branches/KDE/3.5

 M  +1 -1      associationwidget.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/associationwidget.cpp #508619:508620
@@ -3428,7 +3428,7 @@
             return false;
         } else {
             const Uml::Object_Type ot = myObj->getBaseType();
-            if (ot == ot_Attribute || ot_EntityAttribute) {
+            if (ot == ot_Attribute || ot == ot_EntityAttribute) {
                 setUMLObject(myObj);
                 QString type = qElement.attribute( "type", "-1" );
                 Uml::Association_Type aType = (Uml::Association_Type) type.toInt();




More information about the umbrello-devel mailing list