propagate from branch 'i2p.i2p' (head 52d5a19210a344e0de43f6fe4d898d34f6c41829)

to branch 'i2p.i2p.zzz.update' (head d88c6abf9b4988ba892e435594cd74917ab9ab7f)
This commit is contained in:
zzz
2012-09-25 15:04:49 +00:00
42 changed files with 3005 additions and 1246 deletions

View File

@@ -59,7 +59,7 @@ public class CSSHelper extends HelperBase {
public void setNews(String val) {
// Protected with nonce in css.jsi
if (val != null)
NewsFetcher.getInstance(_context).showNews(val.equals("1"));
NewsHelper.showNews(_context, val.equals("1"));
}
/**