[Uml-devel] branches/work/isi-umbrello/umbrello/umbrello

Thibault Normand thibault.normand at gmail.com
Thu Mar 22 16:31:50 UTC 2007


SVN commit 645442 by tnormand:

# Remove comments from folder.cpp[removeAllViews]. 



 M  +1 -1      folder.cpp  


--- branches/work/isi-umbrello/umbrello/umbrello/folder.cpp #645441:645442
@@ -158,7 +158,7 @@
     UMLView *v = NULL;
     for (UMLViewListIt vit(m_diagrams); (v = vit.current()) != NULL; ++vit) {
         // TODO ------------------ check this code - bad: calling back to UMLDoc::removeView()
-        //v->removeAllAssociations(); // note : It may not be apparent, but when we remove all associations
+        v->removeAllAssociations(); // note : It may not be apparent, but when we remove all associations
         // from a view, it also causes any UMLAssociations that lack parent
         // association widgets (but once had them) to remove themselves from
         // this document.




More information about the umbrello-devel mailing list