[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg Oliver.Kellogg at t-online.de
Wed Sep 24 10:08:03 UTC 2003


CVS commit by okellogg: 

Strange, why weren't we affording folders a unique ID?
Doing so should fix the residue of bug 64727.


  M +2 -1      umllistview.cpp   1.56


--- kdesdk/umbrello/umbrello/umllistview.cpp  #1.55:1.56
@@ -1345,5 +1345,6 @@ void UMLListView::addNewItem( QListViewI
         case Uml::lvt_Component_Folder:
         case Uml::lvt_Deployment_Folder:
-                newItem = new UMLListViewItem( static_cast<UMLListViewItem *>( parent ), name, type, -1 );
+                newItem = new UMLListViewItem( static_cast<UMLListViewItem *>( parent ),
+                                               name, type, m_doc->getUniqueID() );
                 break;
 






More information about the umbrello-devel mailing list