* Matthew Toseland <[EMAIL PROTECTED]> [2006-05-09 16:18:25]: > I'm of two minds about this one... Do you think it should be > dismissable? >
I dunno either :| that's the node's problem imho : what can the user do
except setting an ipOverride ?
> On Sun, May 07, 2006 at 12:04:03PM +0000, [EMAIL PROTECTED] 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
> > [email protected]
> > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
> >
>
> --
> Matthew J Toseland - [EMAIL PROTECTED]
> Freenet Project Official Codemonkey - http://freenetproject.org/
> ICTHUS - Nothing is impossible. Our Boss says so.
> _______________________________________________
> Devl mailing list
> [email protected]
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
signature.asc
Description: Digital signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
