[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Wed Sep 13 21:35:39 UTC 2006


SVN commit 583976 by okellogg:

findUMLObject(): Uml::ot_Folder is a container type too.

 M  +1 -0      model_utils.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/model_utils.cpp #583975:583976
@@ -172,6 +172,7 @@
                     return obj;
                 }
                 if (foundType != Uml::ot_Package &&
+                    foundType != Uml::ot_Folder &&
                     foundType != Uml::ot_Class &&
                     foundType != Uml::ot_Interface &&
                     foundType != Uml::ot_Component) {




More information about the umbrello-devel mailing list