/[fenfire]/fenfire/org/fenfire/modules/pp/PPActionsImpl.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/PPActionsImpl.java

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

revision 1.27 by mudyc, Fri May 16 08:52:53 2003 UTC revision 1.28 by mudyc, Fri May 23 14:26:07 2003 UTC
# Line 39  public static final String rcsid = "$Id$ Line 39  public static final String rcsid = "$Id$
39      public String newPaper() throws RemoteException      public String newPaper() throws RemoteException
40      { synchronized(fen) {      { synchronized(fen) {
41          if(dbg) p("make a new paper");          if(dbg) p("make a new paper");
42          Object paper = RDFUtil.N(fen, CANVAS2D.Canvas);          Object paper = RDFUtil.N(fen.graph, CANVAS2D.Canvas);
43          if(dbg) p("new paper done.");          if(dbg) p("new paper done.");
44    
45          // set creation time          // set creation time

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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