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

Oliver Kellogg okellogg at users.sourceforge.net
Fri Jul 20 20:37:39 UTC 2007


SVN commit 690369 by okellogg:

apply r690331 from trunk with slight modification

 M  +7 -0      listpopupmenu.cpp  
 M  +1 -0      umllistviewitem.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/listpopupmenu.cpp #690368:690369
@@ -803,6 +803,9 @@
     case mt_Attribute:
         type = Uml::ot_Attribute;
         break;
+    case mt_EnumLiteral:
+        type = Uml::ot_EnumLiteral;
+        break;
     case mt_EntityAttribute:
         type = Uml::ot_EntityAttribute;
         break;
@@ -1143,6 +1146,10 @@
         insertStdItem(mt_Properties);
         break;
 
+    case mt_EnumLiteral:
+        insertStdItems(false);
+        break;
+
     case mt_Datatype:
     case mt_Enum:
     case mt_Node:
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umllistviewitem.cpp #690368:690369
@@ -311,6 +311,7 @@
     case Uml::lvt_Interface:
     case Uml::lvt_Datatype:
     case Uml::lvt_Enum:
+    case Uml::lvt_EnumLiteral:
     case Uml::lvt_Subsystem:
     case Uml::lvt_Component:
     case Uml::lvt_Node:




More information about the umbrello-devel mailing list