update check only once daily, fixes that were causing things to lock up

on window move
This commit is contained in:
benfry
2005-05-03 04:43:46 +00:00
parent bf3ec90c72
commit ca58d05985
7 changed files with 490 additions and 382 deletions

View File

@@ -77,6 +77,8 @@ class MessageSiphon implements Runnable {
//if (e.getMessage().indexOf("Bad file descriptor") == -1) {
//System.err.println("MessageSiphon err " + e);
//e.printStackTrace();
} else {
e.printStackTrace();
}
thread = null;
}