--- android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java 2010/05/20 14:03:12 743 +++ android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java 2010/06/26 08:04:20 911 @@ -45,8 +45,8 @@ 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 public void run() { @@ -55,6 +55,7 @@ } }; handler.postDelayed(r, 1500); + */ } class AboutListener implements OnClickListener {