--- android/TrainInfo/src/dk/thoerup/traininfo/StationList.java 2011/05/28 17:38:44 1485 +++ android/TrainInfo/src/dk/thoerup/traininfo/StationList.java 2011/05/28 17:39:31 1486 @@ -250,7 +250,7 @@ case OPTIONS_MAP: if ( stations == null || stations.entries == null || stations.entries.size() == 0 ) { - Toast.makeText(this, "No stations to show on map", Toast.LENGTH_SHORT); //TODO: Translate + Toast.makeText(this, "No stations to show on map", Toast.LENGTH_SHORT).show(); //TODO: Translate return true; }