SVN commit 462433 by okellogg:
loadFromXMI(): Add missing return statement.
M +1 -0 widgetbase.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/widgetbase.cpp #462432:462433
@@ -110,6 +110,7 @@
m_LineWidth = m_pView->getLineWidth();
m_bUsesDiagramLineWidth = true;
}
+ return true;
}
#include "widgetbase.moc"