[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Nov 6 14:04:29 UTC 2003


CVS commit by okellogg: 

Fix bug 67327 (folders from u1.1.1 generated files not shown by u1.2.)


  M +5 -0      umllistview.cpp   1.80


--- kdesdk/umbrello/umbrello/umllistview.cpp  #1.79:1.80
@@ -2128,4 +2128,9 @@ bool UMLListView::loadChildrenFromXMI( U
                                 connectNewObjectsSlots(pObject);
                         }
+                } else if (typeIsFolder(lvType) ||
+                           lvType == Uml::lvt_Diagrams) {
+                        // Pre-1.2 format: Folders did not have their ID set.
+                        // Pull a new ID now.
+                        nID = m_doc->getUniqueID();
                 }
 






More information about the umbrello-devel mailing list