[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Jan 4 02:52:01 UTC 2004
CVS commit by okellogg:
Destructor: Hotfix for a crash that was covering bug 71805.
More detailed investigation to follow.
M +1 -1 association.cpp 1.33
--- kdesdk/umbrello/umbrello/association.cpp #1.32:1.33
@@ -34,5 +34,5 @@ UMLAssociation::~UMLAssociation( ) {
// delete ourselves from the parent document
kdDebug() << k_funcinfo << "destructor!!" << endl;
- ((UMLDoc *)parent())->removeAssociation(this);
+ //((UMLDoc *)parent())->removeAssociation(this);
}
More information about the umbrello-devel
mailing list