/[gzz]/gzz/gzz/media/impl/PermanentTextScroll.java
ViewVC logotype

Diff of /gzz/gzz/media/impl/PermanentTextScroll.java

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

revision 1.4 by benja, Tue Aug 13 23:01:27 2002 UTC revision 1.5 by benja, Fri Nov 29 14:59:53 2002 UTC
# Line 80  String rcsid = "$Id$"; Line 80  String rcsid = "$Id$";
80          // to load GZZ1 diffs as text blocks (see GZZ1Handler.LegacyContent          // to load GZZ1 diffs as text blocks (see GZZ1Handler.LegacyContent
81          // javadoc for more info).          // javadoc for more info).
82          if(!ct.equals("text/plain; charset=UTF-8") &&          if(!ct.equals("text/plain; charset=UTF-8") &&
83             !ct.equals("application/x-gzigzag-GZZ1")) {             !ct.equals("application/x-gzigzag-GZZ1") &&
84               !ct.equals("message/rfc822")) {
85              loadingFailed = true;              loadingFailed = true;
86              throw new Error("Unknown text block '"+ct+"'");              throw new Error("Unknown text block '"+ct+"'");
87          }          }

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

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