I'm of two minds about this one... Do you think it should be
dismissable?
On Sun, May 07, 2006 at 12:04:03PM +0000, nextgens at freenetproject.org wrote:
> Author: nextgens
> Date: 2006-05-07 12:03:44 +0000 (Sun, 07 May 2006)
> New Revision: 8640
>
> Modified:
> trunk/freenet/src/freenet/node/IPUndetectedUserAlert.java
> Log:
> I forgot to update one userAlert :$
>
> Modified: trunk/freenet/src/freenet/node/IPUndetectedUserAlert.java
> ===================================================================
> --- trunk/freenet/src/freenet/node/IPUndetectedUserAlert.java 2006-05-07
> 11:57:43 UTC (rev 8639)
> +++ trunk/freenet/src/freenet/node/IPUndetectedUserAlert.java 2006-05-07
> 12:03:44 UTC (rev 8640)
> @@ -1,7 +1,8 @@
> package freenet.node;
>
> public class IPUndetectedUserAlert implements UserAlert {
> -
> + boolean isValid=true;
> +
> public boolean userCanDismiss() {
> return true;
> }
> @@ -23,6 +24,10 @@
> }
>
> public boolean isValid() {
> - return true;
> + return isValid;
> }
> +
> + public void isValid(boolean validity){
> + if(userCanDismiss()) isValid=validity;
> + }
> }
>
> _______________________________________________
> cvs mailing list
> cvs at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
>
--
Matthew J Toseland - toad at amphibian.dyndns.org
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.
-------------- 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/20060509/986a1994/attachment.pgp>