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

Oliver Kellogg okellogg at users.sourceforge.net
Sun Oct 9 15:33:22 UTC 2005


SVN commit 468985 by okellogg:

okRename(): Include lvt_Component and lvt_Node.

 M  +2 -0      umllistviewitem.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umllistviewitem.cpp #468984:468985
@@ -358,6 +358,8 @@
     case Uml::lvt_Interface:
     case Uml::lvt_Datatype:
     case Uml::lvt_Enum:
+    case Uml::lvt_Component:
+    case Uml::lvt_Node:
         if (m_pObject == NULL || !doc->isUnique(newText)) {
             cancelRenameWithMsg();
             return;




More information about the umbrello-devel mailing list