fix play button, was sticking.. fix renameTo when file is re-capitalized

This commit is contained in:
benfry
2003-10-18 16:56:27 +00:00
parent 3592a1c4f0
commit 00854a8b46
3 changed files with 63 additions and 43 deletions

View File

@@ -298,7 +298,7 @@ public class PdeRuntime implements PdeMessageConsumer {
// this handles errors that happen inside setup()
// mod by fry for removal of KjcEngine
//newMessage = true;
applet.finished = true;
leechErr.println(BApplet.LEECH_WAKEUP);
e.printStackTrace(this.leechErr);
}