[freenet-cvs] r15666 - trunk/freenet/src/freenet/clients/http
nextgens at freenetproject.org
nextgens at freenetproject.org
Sat Nov 3 11:49:45 UTC 2007
Author: nextgens
Date: 2007-11-03 11:49:44 +0000 (Sat, 03 Nov 2007)
New Revision: 15666
Modified:
trunk/freenet/src/freenet/clients/http/PageMaker.java
Log:
That should be public too
Modified: trunk/freenet/src/freenet/clients/http/PageMaker.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/PageMaker.java 2007-11-03 11:46:49 UTC (rev 15665)
+++ trunk/freenet/src/freenet/clients/http/PageMaker.java 2007-11-03 11:49:44 UTC (rev 15666)
@@ -24,7 +24,7 @@
*/
public class PageMaker {
- private static final String DEFAULT_THEME = "clean";
+ public static final String DEFAULT_THEME = "clean";
private String theme;
private File override;
private final List navigationLinkTexts = new ArrayList();
@@ -57,7 +57,7 @@
this.theme = theme;
}
}
-
+
public void addNavigationLink(String path, String name, String title, boolean fullOnly, LinkEnabledCallback cb) {
navigationLinkTexts.add(name);
if(!fullOnly)
More information about the cvs
mailing list