[Uml-devel] branches/work/isi-umbrello/umbrello/umbrello

Hassan Kouch hkouch at hotmail.com
Wed Feb 7 16:45:51 UTC 2007


SVN commit 631287 by kouch:

Now, the laodToXmi laods the right Combined Fragment type.


 M  +2 -1      combinedfragmentwidget.cpp  


--- branches/work/isi-umbrello/umbrello/umbrello/combinedfragmentwidget.cpp #631286:631287
@@ -239,7 +239,8 @@
         return false;
     m_Text = qElement.attribute( "combinedFragmentname", "" );
     m_Doc = qElement.attribute( "documentation", "" );
-    QString type = qElement.attribute( "combinedFragmenttype", "1" );
+    QString type = qElement.attribute( "CombinedFragmenttype", "");
+    //KMessageBox::error(0, i18n(" type %1",type),i18n("type"));
     setCombinedFragmentType( (CombinedFragmentType)type.toInt() );
     return true;
 }




More information about the umbrello-devel mailing list