[freenet-dev] [freenet-cvs] r15459 - trunk/freenet/src/freenet/node/useralerts

Matthew Toseland toad at amphibian.dyndns.org
Mon Oct 22 23:31:10 UTC 2007


Do we still need MeaningfulNodeNameUserAlert ? Isn't it simpler/better to just 
ask the user once in the first-time wizard?

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
> 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://emu.freenetproject.org/pipermail/devl/attachments/20071023/1bb35788/attachment.pgp 


More information about the Devl mailing list