/[gzz]/gzz/gzz/modules/pp/PPActionsImpl.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/PPActionsImpl.java

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

revision 1.5 by benja, Thu Aug 8 18:51:12 2002 UTC revision 1.6 by tjl, Sun Oct 6 13:45:46 2002 UTC
# Line 74  public class PPActionsImpl extends Unica Line 74  public class PPActionsImpl extends Unica
74    
75          p("New note\n");          p("New note\n");
76          c = c.N(d_contains);          c = c.N(d_contains);
77          c.setText(""); // XXX null content crashes          c.setText(text); // XXX null content crashes
78          Cell arg = c.N(d_pan);          Cell arg = c.N(d_pan);
79          arg.setText("" + x);          arg.setText("" + x);
80          arg = arg.N(d_pan);          arg = arg.N(d_pan);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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