[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Aug 31 04:26:30 UTC 2006
SVN commit 579105 by okellogg:
convert_LVT_OT(): Return ot_Folder for folder LVTs. This concludes the
fix for missing or wrong icons in the list view (see r577194)
M +4 -1 umllistview.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umllistview.cpp #579104:579105
@@ -1809,12 +1809,15 @@
case Uml::lvt_Package:
case Uml::lvt_Subsystem:
+ ot = Uml::ot_Package;
+ break;
+
case Uml::lvt_Logical_Folder:
case Uml::lvt_UseCase_Folder:
case Uml::lvt_Component_Folder:
case Uml::lvt_Deployment_Folder:
case Uml::lvt_EntityRelationship_Folder:
- ot = Uml::ot_Package;
+ ot = Uml::ot_Folder;
break;
case Uml::lvt_Component:
More information about the umbrello-devel
mailing list