hillion     02/01/11 00:57:25

  Modified:    sources/org/apache/batik/swing/svg JSVGComponent.java
  Log:
  
  
  Revision  Changes    Path
  1.34      +2 -2      xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java
  
  Index: JSVGComponent.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- JSVGComponent.java        10 Jan 2002 17:36:34 -0000      1.33
  +++ JSVGComponent.java        11 Jan 2002 08:57:25 -0000      1.34
  @@ -157,7 +157,7 @@
    * building/rendering a document (invalid XML file, missing attributes...).</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Stephane Hillion</a>
  - * @version $Id: JSVGComponent.java,v 1.33 2002/01/10 17:36:34 hillion Exp $
  + * @version $Id: JSVGComponent.java,v 1.34 2002/01/11 08:57:25 hillion Exp $
    */
   public class JSVGComponent extends JGVTComponent {
   
  @@ -371,8 +371,8 @@
           if (eventsEnabled && svgDocument != null && updateManager != null) {
               updateManager.dispatchSVGUnLoad();
               updateManager = null;
  -            updateManagerStopped = false;
           }
  +        updateManagerStopped = false;
   
           svgDocument = doc;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to