CVS commit by thomas:
bug fix: DONT remove ALL associations when deleting a single (classifier) widget.
M +0 -3 umlview.cpp 1.84
--- kdesdk/umbrello/umbrello/umlview.cpp #1.83:1.84
@@ -1890,5 +1888,4 @@ void UMLView::removeAssociations(UMLWidg
}
}
- m_AssociationList.clear();
}