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

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

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

revision 1.1 by mudyc, Mon Jan 27 15:58:22 2003 UTC revision 1.2 by mudyc, Mon Jan 27 16:14:52 2003 UTC
# Line 90  public class PPDemo implements ActionLis Line 90  public class PPDemo implements ActionLis
90          }          }
91          // we can now go to next link because we have jumped around..          // we can now go to next link because we have jumped around..
92          else {          else {
93              pa("Already in paper..");              if (dbg) pa("Already in paper..");
94              if (c.h(d.clone).s(d.clone) != null) {              if (c.h(d.clone).s(d.clone) != null) {
95                  pa("   Jump to link");                  if (dbg) pa("   Jump to link");
96                  if (c.h(d.clone).s(d.clone).s(d.association, 1) != null)                  if (c.h(d.clone).s(d.clone).s(d.association, 1) != null)
97                      c = c.h(d.clone).s(d.clone).s(d.association, 1);                      c = c.h(d.clone).s(d.clone).s(d.association, 1);
98                  else c = c.h(d.clone).s(d.clone).s(d.association, -1);                  else c = c.h(d.clone).s(d.clone).s(d.association, -1);

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

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