svn commit: r18457 - branches/BRANCH_0_30_x: . src/argouml-app src/argouml-app/src/org/argouml/uml/diagram src/argouml-app/tests/org/argouml/profile src/argouml-app/tests/org/argouml/uml/ui/foundation/extension_mechanisms

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: linus
Date: 2010-06-29 13:27:51-0700
New Revision: 18457

Modified:
   branches/BRANCH_0_30_x/   (props changed)
   branches/BRANCH_0_30_x/src/argouml-app/   (props changed)
   branches/BRANCH_0_30_x/src/argouml-app/src/org/argouml/uml/diagram/UmlDiagramRenderer.java
   branches/BRANCH_0_30_x/src/argouml-app/tests/org/argouml/profile/   (props changed)
   branches/BRANCH_0_30_x/src/argouml-app/tests/org/argouml/uml/ui/foundation/extension_mechanisms/TestUMLTagDefinitionComboBoxModel.java   (props changed)

Log:
Merged issue 6090.

Modified: branches/BRANCH_0_30_x/src/argouml-app/src/org/argouml/uml/diagram/UmlDiagramRenderer.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/BRANCH_0_30_x/src/argouml-app/src/org/argouml/uml/diagram/UmlDiagramRenderer.java?view=diff&pathrev=18457&r1=18456&r2=18457
==============================================================================
--- branches/BRANCH_0_30_x/src/argouml-app/src/org/argouml/uml/diagram/UmlDiagramRenderer.java	(original)
+++ branches/BRANCH_0_30_x/src/argouml-app/src/org/argouml/uml/diagram/UmlDiagramRenderer.java	2010-06-29 13:27:51-0700
@@ -334,7 +334,7 @@
         for (Object fig : lay.getContentsNoEdges()) {
  
             if (fig instanceof FigNode
-                    && ((FigNode) fig).getOwner().equals(modelElement)) {
+                    && modelElement.equals(((FigNode) fig).getOwner())) {
                 return ((FigNode) fig);
             }
         }

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2627466

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.