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

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


SVN commit 508619 by okellogg:

loadFromXMI(): Fix toxic typo.

 M  +1 -1      associationwidget.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/associationwidget.cpp #508618:508619
@@ -3425,7 +3425,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