[Uml-devel] kdesdk/umbrello/umbrello

Sebastian Stein seb.kde at hpfsc.de
Sat Oct 4 02:23:04 UTC 2003


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;
         }






More information about the umbrello-devel mailing list