/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/StationList.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/StationList.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1485 by torben, Sat May 28 17:38:44 2011 UTC revision 1486 by torben, Sat May 28 17:39:31 2011 UTC
# Line 250  public class StationList extends ListAct Line 250  public class StationList extends ListAct
250                  case OPTIONS_MAP:                  case OPTIONS_MAP:
251                                                    
252                          if ( stations == null || stations.entries == null || stations.entries.size() == 0 ) {                          if ( stations == null || stations.entries == null || stations.entries.size() == 0 ) {
253                                  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
254                                  return true;                                  return true;
255                          }                          }
256                                                    

Legend:
Removed from v.1485  
changed lines
  Added in v.1486

  ViewVC Help
Powered by ViewVC 1.1.20