svn commit: r13786 - trunk/src_new/org/argouml/uml/diagram/ui/FigSingleLineText.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2007-11-18 06:55:49-0800
New Revision: 13786

Modified:
   trunk/src_new/org/argouml/uml/diagram/ui/FigSingleLineText.java

Log:
No need to check this - make this saver.

Modified: trunk/src_new/org/argouml/uml/diagram/ui/FigSingleLineText.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/diagram/ui/FigSingleLineText.java?view=diff&rev=13786&p1=trunk/src_new/org/argouml/uml/diagram/ui/FigSingleLineText.java&p2=trunk/src_new/org/argouml/uml/diagram/ui/FigSingleLineText.java&r1=13785&r2=13786
==============================================================================
--- trunk/src_new/org/argouml/uml/diagram/ui/FigSingleLineText.java	(original)
+++ trunk/src_new/org/argouml/uml/diagram/ui/FigSingleLineText.java	2007-11-18 06:55:49-0800
@@ -204,7 +204,7 @@
      * @param np The notationProvider to set.
      */
     void setNotationProvider(NotationProvider np) {
-        if (notationProvider != null && getOwner() != null) {
+        if (notationProvider != null) {
             notationProvider.cleanListener(this, getOwner());
         }
         this.notationProvider = np;
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.