[Uml-devel] KDE_3_2_BRANCH: kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Sat Mar 27 14:03:06 UTC 2004


CVS commit by jriddell: 

Backport commit from Sat Mar 27 02:20:18 2004
--
CVS commit by okellogg:

Fix bug 78525.


  M +4 -4      classifier.cpp   1.27.2.6


--- kdesdk/umbrello/umbrello/classifier.cpp  #1.27.2.5:1.27.2.6
@@ -286,5 +286,5 @@ UMLOperationList* UMLClassifier::getFilt
         UMLOperationList* operationList = new UMLOperationList;
         for(UMLClassifierListItem* listItem = m_OpsList.first(); listItem;
-            listItem = m_OpsList.next())  {
+                listItem = classifierList.next())  {
                 if (listItem->getBaseType() == ot_Operation) {
                         operationList->append(static_cast<UMLOperation*>(listItem));






More information about the umbrello-devel mailing list