* Matthew Toseland <toad at amphibian.dyndns.org> [2007-10-23 00:31:10]:
> Do we still need MeaningfulNodeNameUserAlert ? Isn't it simpler/better to
> just
> ask the user once in the first-time wizard?
>
Well, as the wizard is skippable it might be better to keep it.
> On Saturday 20 October 2007 20:45, bombe at freenetproject.org wrote:
> > Author: bombe
> > Date: 2007-10-20 19:45:39 +0000 (Sat, 20 Oct 2007)
> > New Revision: 15459
> >
> > Modified:
> >
> trunk/freenet/src/freenet/node/useralerts/MeaningfulNodeNameUserAlert.java
> > Log:
> > fix HTMLNode usage
> >
> > Modified:
> trunk/freenet/src/freenet/node/useralerts/MeaningfulNodeNameUserAlert.java
> > ===================================================================
> > ---
> trunk/freenet/src/freenet/node/useralerts/MeaningfulNodeNameUserAlert.java
> 2007-10-20 19:41:34 UTC (rev 15458)
> > +++
> trunk/freenet/src/freenet/node/useralerts/MeaningfulNodeNameUserAlert.java
> 2007-10-20 19:45:39 UTC (rev 15459)
> > @@ -39,7 +39,7 @@
> >
> > HTMLNode alertNode = new HTMLNode("div");
> > HTMLNode textNode = alertNode.addChild("div");
> > - textNode.addChild(l10n("noNodeNick"));
> > + textNode.addChild("#", l10n("noNodeNick"));
> > HTMLNode formNode = alertNode.addChild("form", new String[]
> { "action", "method" }, new String[] { "/config/", "post" });
> > formNode.addChild("input", new String[] { "type", "name",
> > "value" }, new
> String[] { "hidden", "formPassword", node.clientCore.formPassword });
> > HTMLNode listNode = formNode.addChild("ul", "class", "config");
> >
> > _______________________________________________
> > cvs mailing list
> > cvs at freenetproject.org
> > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
> >
> >
> _______________________________________________
> Devl mailing list
> Devl at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20071023/4574ff65/attachment.pgp>