[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Tue Nov 4 16:19:16 UTC 2003


CVS commit by jriddell: 

Change initial icon for attributes to private (initial scope for
attributes was changed to private a while ago)


  M +1 -1      umllistview.cpp   1.79


--- kdesdk/umbrello/umbrello/umllistview.cpp  #1.78:1.79
@@ -1608,5 +1608,5 @@ void UMLListView::addNewItem( QListViewI
                 name = getUniqueChildUMLObjectName( childParent, Uml::ot_Attribute );
                 newItem = new UMLListViewItem( parentItem, name, type, (UMLObject *)0 );
-                newItem -> setPixmap( 0, getPixmap( it_Public_Attribute ) );
+                newItem -> setPixmap( 0, getPixmap( it_Private_Attribute ) );
                 break;
         }






More information about the umbrello-devel mailing list