--- android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java 2010/06/26 07:48:40 910 +++ android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java 2010/06/26 08:04:20 911 @@ -45,7 +45,7 @@ ExceptionHandler.register(this, "http://t-hoerup.dk/android/trace.php"); CheckUpdates update = new CheckUpdates(); - update.checkForUpdates(this, "http://t-hoerup.dk/android/traininfo/version.txt", "TrainInfo DK"); + update.checkForUpdates(this, "http://t-hoerup.dk/android/traininfo/version.txt", "TrainInfo DK", null); /* Runnable r = new Runnable() { @Override