[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Wed Oct 29 03:11:07 UTC 2003


CVS commit by okellogg: 

showOpDlg(): Display ops from role B.


  M +1 -1      floatingtext.cpp   1.33


--- kdesdk/umbrello/umbrello/floatingtext.cpp  #1.32:1.33
@@ -330,5 +330,5 @@ void FloatingText::showOpDlg() {
         UMLClassifier* c;
         if (m_pAssoc)  {
-                c = (UMLClassifier*)( m_pAssoc->getWidgetA()->getUMLObject() );
+                c = (UMLClassifier*)( m_pAssoc->getWidgetB()->getUMLObject() );
         } else {
                 c = (UMLClassifier*)getUMLObject();






More information about the umbrello-devel mailing list