CVS commit by sstein:
fix bug #65411
you can cancel the adding of an operation now
M +2 -0 umldoc.cpp 1.81
--- kdesdk/umbrello/umbrello/umldoc.cpp #1.80:1.81
@@ -774,4 +774,6 @@ UMLObject* UMLDoc::createOperation(UMLCl
if (button != QDialog::Accepted) {
+ if (newOperation)
+ classifier->removeOperation(newOperation);
return NULL;
}