Author: j16sdiz
Date: 2008-07-25 17:41:33 +0000 (Fri, 25 Jul 2008)
New Revision: 21396

Modified:
   
branches/saltedhashstore/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
Log:
minor alert level, don't allow dismiss

Modified: 
branches/saltedhashstore/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
===================================================================
--- 
branches/saltedhashstore/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
   2008-07-25 17:41:12 UTC (rev 21395)
+++ 
branches/saltedhashstore/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
   2008-07-25 17:41:33 UTC (rev 21396)
@@ -893,7 +893,7 @@
                                }

                                public short getPriorityClass() {
-                                       return UserAlert.ERROR;
+                                       return UserAlert.MINOR;
                                }

                                public String getShortText() {
@@ -945,7 +945,7 @@
                                }

                                public boolean userCanDismiss() {
-                                       return true;
+                                       return false;
                                }

                                public boolean isEventNotification() {


Reply via email to