[Uml-devel] kdesdk/umbrello/umbrello/refactoring

Luis De la Parra Blum lparrab at gmx.net
Wed Oct 15 15:48:04 UTC 2003


CVS commit by luis: 

fix - folders for classifiers


  M +1 -1      refactoringassistant.cpp   1.17


--- kdesdk/umbrello/umbrello/refactoring/refactoringassistant.cpp  #1.16:1.17
@@ -354,5 +354,5 @@ void RefactoringAssistant::addBaseClassi
                 return;
         }
-        item = new KListViewItem( baseFolder, derived->getName() );
+        item = new KListViewItem( baseFolder, super->getName() );
         item->setPixmap(0,m_pixmaps.Generalization);
         item->setExpandable( true );






More information about the umbrello-devel mailing list