[Uml-devel] branches/KDE/3.5/kdesdk/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Fri Aug 19 22:47:32 UTC 2005


SVN commit 451193 by okellogg:

CCBUG:110843 - Yurgen Wolfgang wrote:
> I tracked down that problem to the umldoc.cpp->getConcepts() operation
> where I changed the "pkg->appendInterfaces(conceptList);" line to
> "pkg->appendClassifiers(conceptList);" (as in Umbrello 1.4.2).
> [...]
Congratulations, you have just fixed an Umbrello bug !


 M  +1 -0      THANKS  
 M  +1 -1      umbrello/umldoc.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/THANKS #451192:451193
@@ -65,6 +65,7 @@
 Brian Thomas <brian.thomas @gsfc.nasa.gov>
 Jean Vittor <jean.vittor @wanadoo.fr>
 Stefan Walter <sw @gegenunendlich.de>
+Yurgen Wolfgang <raptorsforever @softhome.net>
 Maciej J. Woloszyk <mat @esi.com.pl>
 Tobias Wulff <Tobias-Wulff @codeeye.de>
 
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umldoc.cpp #451192:451193
@@ -2378,7 +2378,7 @@
             conceptList.append((UMLClassifier *)obj);
         } else if (includeNested && ot == ot_Package) {
             UMLPackage *pkg = static_cast<UMLPackage *>(obj);
-            pkg->appendInterfaces(conceptList);
+            pkg->appendClassifiers(conceptList);
         }
     }
     return conceptList;




More information about the umbrello-devel mailing list