[Uml-devel] kdesdk/umbrello/umbrello
Jonathan Riddell
jri at jriddell.org
Tue May 13 06:23:06 UTC 2003
CVS commit by jriddell:
fix bug in logic which stopped attributes being updates when added in the
attribute dialogue
M +1 -1 dialogs/classattpage.cpp 1.7
M +1 -1 dialogs/classopspage.cpp 1.7
M +3 -3 umldoc.cpp 1.41
--- kdesdk/umbrello/umbrello/dialogs/classattpage.cpp #1.6:1.7
@@ -164,5 +164,5 @@ void ClassAttPage::slotAttributeCreated(
}
if( object->getBaseType() != Uml::ot_Attribute ||
- parent() != m_pClass )
+ object->parent() != m_pClass )
{
return;
More information about the umbrello-devel
mailing list