svn commit: r15590 - trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-08-19 15:19:54-0700
New Revision: 15590

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java

Log:
RESOLVED - task 5330: IllegalArgumentException from PropPanel when clicking on CommentEdge 
http://argouml.tigris.org/issues/show_bug.cgi?id=5330

Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java?view=diff&rev=15590&p1=trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java&p2=trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java&r1=15589&r2=15590
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/TabProps.java	2008-08-19 15:19:54-0700
@@ -175,7 +175,7 @@
                 || target instanceof ArgoDiagram
                 // TODO Improve extensibility of this!
                 || target instanceof Critic)) {
-            return;
+            target = null;
         }
         
         if (lastPanel != null) {
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.