* news.xml:

- move from base to router dir
This commit is contained in:
zzz
2009-06-14 13:00:23 +00:00
parent e8773f6a98
commit 17751ffd57
3 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,7 @@ public class NewsFetcher implements Runnable, EepGet.StatusListener {
_log = ctx.logManager().getLog(NewsFetcher.class);
_instance = this;
_lastFetch = 0;
_newsFile = new File(_context.getBaseDir(), NEWS_FILE);
_newsFile = new File(_context.getRouterDir(), NEWS_FILE);
_tempFile = new File(_context.getTempDir(), TEMP_NEWS_FILE);
updateLastFetched();
_lastUpdated = _lastFetch;