SVN commit 439013 by okellogg: loadFromXMI(): use setUMLObject() so that the attributeRemoved signal gets connected. M +1 -1 associationwidget.cpp --- trunk/KDE/kdesdk/umbrello/umbrello/associationwidget.cpp #439012:439013 @@ -3323,7 +3323,7 @@ } else { const Uml::Object_Type ot = myObj->getBaseType(); if (ot == ot_Attribute || ot == ot_Operation) { - m_pObject = myObj; + setUMLObject(myObj); QString type = qElement.attribute( "type", "-1" ); Uml::Association_Type aType = (Uml::Association_Type) type.toInt(); setAssocType(aType);