/[classpath]/classpath/gnu/java/awt/peer/qt/QtImage.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/qt/QtImage.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by smarothy, Tue Aug 16 23:22:09 2005 UTC revision 1.3 by smarothy, Sun Aug 21 00:19:49 2005 UTC
# Line 408  public class QtImage extends Image Line 408  public class QtImage extends Image
408    {    {
409      if (isLoaded)      if (isLoaded)
410        {        {
411          if( painters != null )  //      if( painters != null )
412            for(int i = 0; i < painters.size(); i++)  //        for(int i = 0; i < painters.size(); i++)
413              ((QtImageGraphics)painters.elementAt(i)).dispose();  //          ((QtImageGraphics)painters.elementAt(i)).dispose();
414          freeImage();          freeImage();
415        }        }
416    }    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26