[Uml-devel] kdesdk/umbrello/umbrello
Sebastian Stein
seb_stein at gmx.de
Mon Jul 12 23:39:33 UTC 2004
CVS commit by sstein:
fix bug #84516: why was this line commented out?
M +1 -1 umllistviewitem.cpp 1.47
--- kdesdk/umbrello/umbrello/umllistviewitem.cpp #1.46:1.47
@@ -146,5 +146,5 @@ void UMLListViewItem::updateObject() {
Uml::Scope scope = m_pObject->getScope();
- //setText( m_pObject->getName() );
+ setText( m_pObject->getName() );
switch( m_pObject->getBaseType() ) {
More information about the umbrello-devel
mailing list