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

Oliver Kellogg okellogg at users.sourceforge.net
Mon Oct 16 19:43:47 UTC 2006


SVN commit 596141 by okellogg:

apply commit 596128 from branches/KDE/3.5

 M  +5 -2      folder.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/folder.cpp #596140:596141
@@ -338,8 +338,11 @@
             //CHECK: Umbrello currently assumes that nested elements
             // are ownedElements anyway.
             // Therefore these tags are not further interpreted.
-            if (! load(tempElement))
-                return false;
+            if (! load(tempElement)) {
+                kDebug() << "An error happened while loading the " << type
+                    << " of the " << m_Name << endl;
+                totalSuccess = false;
+            }
             continue;
         } else if (type == "XMI.extension") {
             for (QDomNode xtnode = node.firstChild(); !xtnode.isNull();




More information about the umbrello-devel mailing list